This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年12月04日 17:44 by pdgoins, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| test.py | pdgoins, 2008年12月04日 17:44 | |||
| Messages (2) | |||
|---|---|---|---|
| msg76903 - (view) | Author: Paul Goins (pdgoins) * | Date: 2008年12月04日 17:44 | |
Just got Python 3.0 final on Windows and was testing out IDLE, and it's having some issues. Specifically: * Options -> Configure IDLE..., General Tab: Change Default Source Encoding from None to UTF-8 * Create a new python file and enter a print command containing Japanese text. Save it. (Saves to UTF-8.) * Press F5 to run the script. IDLE crashes. However, if the default encoding is left as "None", and you create a new file and allow IDLE to save it as cp932, then it runs with no problem through IDLE. Straight Python on a command line is not affected and reads the UTF-8 files perfectly fine. Attached is a script which crashes IDLE every single time I run it. Thanks. - Paul Goins |
|||
| msg76943 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年12月04日 23:14 | |
This is already tracked by issue4008 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48780 |
| 2008年12月04日 23:14:22 | amaury.forgeotdarc | set | status: open -> closed resolution: duplicate superseder: IDLE: checksyntax() doesn't support Unicode? messages: + msg76943 nosy: + amaury.forgeotdarc |
| 2008年12月04日 17:44:07 | pdgoins | create | |