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.