[Python-ideas] Fix default encodings on Windows
Chris Angelico
rosuav at gmail.com
Thu Aug 18 12:44:25 EDT 2016
On Fri, Aug 19, 2016 at 2:39 AM, eryk sun <eryksun at gmail.com> wrote:
> They're all just characters in the context of Unicode, so I think it's
> clearest to use the character code, e.g.:
>
> The second call to glob has replaced the U+AB00 character with '?',
> which means ...
Technically the character has been replaced with the byte value 63,
although at this point, we're getting into dangerous areas of bytes
being interpreted in one way or another.
ChrisA
More information about the Python-ideas
mailing list