[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-28 Thread Inada Naoki
On Fri, Jan 29, 2021 at 12:54 PM Ben Rudiak-Gould wrote: > > On Wed, Jan 27, 2021 at 11:36 PM Inada Naoki wrote: >> >> * UnicodeDecodeError is raised when trying to open a text file written in >> UTF-8, such as JSON. >> * UnicodeEncodeError is raised when trying to save text data retrieved from

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-28 Thread Ben Rudiak-Gould
On Wed, Jan 27, 2021 at 11:36 PM Inada Naoki wrote: > * UnicodeDecodeError is raised when trying to open a text file written in > UTF-8, such as JSON. > * UnicodeEncodeError is raised when trying to save text data retrieved > from the web, etc. > * User run `pip install` and `setup.py` reads READ

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-28 Thread Inada Naoki
On Fri, Jan 29, 2021 at 4:00 AM Christopher Barker wrote: > > The "real" solution is to change the defaults not to use the system encoding > at all -- which, of course, we are moving towards with PEP 597. So first a > plug to do that as fast as possible! I myself would love to see PEP 597 > imp

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-28 Thread Christopher Barker
Thanks for working so hard to move this forward! The "real" solution is to change the defaults not to use the system encoding at all -- which, of course, we are moving towards with PEP 597. So first a plug to do that as fast as possible! I myself would love to see PEP 597 implemented tomorrow -- f