https://bugzilla.wikimedia.org/show_bug.cgi?id=58872
Marcin Cieślak marcin.cieslak@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marcin.cieslak@gmail.com
--- Comment #2 from Marcin Cieślak marcin.cieslak@gmail.com --- 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