Le 10 août 2016 20:16, "Steve Dower" <steve.do...@python.org> a écrit :
> So what are your concerns? Suggestions?

Add a new option specific to Windows to switch to UTF-8 everywhere, use
BOM, whatever you want, *but* don't change the defaults.

IMO mbcs encoding is the least worst encoding for the default.

I have an idea of a similar option for UNIX: ignore user preference
(LC_ALL, LC_CTYPE, LANG environment variables) and force UTF-8. It's a
common request on UNIX where UTF-8 is now the encoding of almost all
systems, whereas the C library continues to use ASCII when the POSIX locale
is used (which occurs in many cases).

Perl already has such utf8 option.

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/

Reply via email to