[issue21084] IDLE can't deal with characters above the range (U+0000-U+FFFF)

Terry J. Reedy report at bugs.python.org
Fri Oct 4 14:50:19 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

As noted on #13153, files with astral chars can now be read without an exception, but the presence of astral chars messes up editing text that follows at least on the same line by misplacing the cursor.  I will open a new issue about replacing such with \U escapes.

----------

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


More information about the Python-bugs-list mailing list