2017-01-12 9:45 GMT+01:00 INADA Naoki <songofaca...@gmail.com>: > When using en_US.UTF-8 as fallback, pleas override only LC_CTYPE, > instead of LC_ALL. > As I described in other thread, LC_COLLATE may cause unintentional performance > regression and behavior changes.
Does it work to use a locale with encoding A for LC_CTYPE and a locale with encoding B for LC_MESSAGES (and others)? Is there a risk of mojibake? Or do we expect that the POSIX locale speaks ASCII, and so it should work for use UTF-8 for LC_CTYPE since UTF-8 is able to decode messages encoded ASCII? Victor _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/