[issue37871] 40 * 473 grid of "é" has a single wrong character on Windows

Steve Dower report at bugs.python.org
Fri Aug 16 11:39:55 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

I'd rather keep encoding incrementally, and reduce the length of each attempt until the last UTF-8 character does not have its top bit set (i.e. is the final character in a multi-byte sequence).

Otherwise the people who like to print >2GB worth of data to the console will complain about the memory error :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37871>
_______________________________________


More information about the Python-bugs-list mailing list