[issue30209] some UTF8 symbols

2017-04-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: Duplicate, or close enough, of #30019, which has more on issue. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> IDLE freezes when opening a file with astral characters ___ Pytho

[issue30209] some UTF8 symbols

2017-04-29 Thread Matthew Barnett
Matthew Barnett added the comment: IDLE uses tkinter, which wraps tcl/tk. Versions up to tcl/tk 8.6 can't handle 'astral' codepoints. See also: Issue #30019: IDLE freezes when opening a file with astral characters Issue #21084: IDLE can't deal with characters above the range (U+-U+)

[issue30209] some UTF8 symbols

2017-04-29 Thread Priit Oorn
Changes by Priit Oorn : Added file: http://bugs.python.org/file46843/goth - crasher.py ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue30209] some UTF8 symbols

2017-04-29 Thread Priit Oorn
Changes by Priit Oorn : Removed file: http://bugs.python.org/file46842/goth - crasher.py ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue30209] some UTF8 symbols

2017-04-29 Thread Priit Oorn
Changes by Priit Oorn : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Pytho

[issue30209] some UTF8 symbols

2017-04-29 Thread Priit Oorn
Changes by Priit Oorn : -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list

[issue30209] some UTF8 symbols

2017-04-29 Thread Priit Oorn
New submission from Priit Oorn: It seems that idle has problems with some UTF8 / Unicode characters and loading files that have them inside them. I tried to do code to replace text with other symbols from unicode table. First in idle and pasting the symbol "𝔄" into the idle it caused both the