https://bugzilla.wikimedia.org/show_bug.cgi?id=58872
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marcin Cieślak <[email protected]> --- In my case: >>> locale.getdefaultlocale() ('pl_PL', 'UTF8') >>> locale.getpreferredencoding() 'UTF-8' why is en_US better? If I create files automatically for example out of article names, I prefer to .encode("utf-8") unicode strings manually without resorting to locale module -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
