<p dir="ltr">Le 10 août 2016 20:16, "Steve Dower" <<a href="mailto:steve.dower@python.org">steve.dower@python.org</a>> a écrit :<br>
> So what are your concerns? Suggestions?</p>
<p dir="ltr">Add a new option specific to Windows to switch to UTF-8 everywhere, use BOM, whatever you want, *but* don't change the defaults.</p>
<p dir="ltr">IMO mbcs encoding is the least worst encoding for the default.</p>
<p dir="ltr">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).</p>
<p dir="ltr">Perl already has such utf8 option.</p>
<p dir="ltr">Victor</p>