https://bugzilla.wikimedia.org/show_bug.cgi?id=55182
Web browser: --- Bug ID: 55182 Summary: Unable to input unicode titles to command line Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1489/ Reported by: xqt Created on: 2012-07-09 15:21:41 Subject: Unable to input unicode titles to command line Original description: I didn't found it possible to input an unicode title to the command line like:
category.py move -from:"Anni de el VIII secoło a.C." -to:"Ani de el VIII secoło a.C." -lang:vec
The result is: Getting [[Categoria:Anni de el VIII secolo a.C.]] Getting [[Categoria:Anni de el VIII secolo a.C.]]
with simple "l" instead of "ł" (and btw I am wondering about the two gettings while that category does not exist)
decoding these categories works as follows: category.py move -from:"Anni_de_el_VIII_seco%C5%82o_a.C." -to:"Anni_de_el_VIII_seco%C5%82o_a.C." -lang:vec
This bug is also valid for rewrite branch but there is no output.
https://bugzilla.wikimedia.org/show_bug.cgi?id=55182
--- Comment #1 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- generally in fa.wiki we use
http://meyerweb.com/eric/tools/dencoder/
it convert un-unicode text to percentage text and it works but for bots that they need text it doesn't work
(for example for replace.py you can not replace percentage text)
similar case https://sourceforge.net/tracker/?func=detail&aid=3428321&group%5C_id...
https://bugzilla.wikimedia.org/show_bug.cgi?id=55182
Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://sourceforge.net/p/p | |ywikipediabot/bugs/1489
https://bugzilla.wikimedia.org/show_bug.cgi?id=55182
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #2 from Merlijn van Deen valhallasw@arctus.nl --- I don't believe this is a valid bug for a properly configured (i.e. in windows with a unicode-capable terminal) pywikibot. Unfortunately the original submitter is unknown, and cannot be asked for clarification.
pywikipedia-bugs@lists.wikimedia.org