[issue4623] IDLE shutdown if I run an edited file contains chinese

2008-12-29 Thread Martin v. Löwis
Martin v. Löwis added the comment: This is a duplicate of issue 4008. -- nosy: +loewis resolution: -> duplicate status: open -> closed superseder: -> IDLE: checksyntax() doesn't support Unicode? ___ Python tracker

[issue4623] IDLE shutdown if I run an edited file contains chinese

2008-12-10 Thread bianpeng
New submission from bianpeng <[EMAIL PROTECTED]>: I use IDLE edit an script, if the script contains chinese, IDLE crashed if run the script. I put chinese character in commoent or string, and both get the same result. -- components: IDLE files: test.py messages: 77583 nosy: bianpeng sev