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 2012年03月15日 19:15 by roger.serwy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg155939 - (view) | Author: Roger Serwy (roger.serwy) * (Python committer) | Date: 2012年03月15日 19:15 | |
Per Martin's request, this issue has been separated from Issue14200. The IDLE shell presently has an effective locale of "BMP UTF8" due to a limitation in Tkinter, described in Issue12342. IDLE should support different output codecs, like "ascii" and "utf8". In order to work around Tkinter's limitations, unsupported characters would be replaced (this is related to #14304). This amounts to adding some extra code to OutputWindow's write() to raise encoding errors if the string contains unsupported characters. |
|||
| msg223126 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月15日 17:23 | |
@Terry one that appears to have escaped your eagle eye :) |
|||
| msg228169 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2014年10月02日 07:11 | |
I do not understand this issue. Locales (the title) and codecs (the message) are different things. A Tk Text widget, with Idle's wrapper, is essentially a BMP terminal. That is one thing that makes Idle's Shell better than Window's command prompt. An ascii codec would add to tk's limitations, not work around them. #14304 does what I think is needed. Pending some clarification of the proposal and benefits, I think this should be closed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58534 |
| 2017年06月23日 07:44:06 | terry.reedy | set | status: open -> closed resolution: rejected stage: resolved |
| 2014年10月02日 07:11:35 | terry.reedy | set | messages: + msg228169 |
| 2014年07月15日 17:23:58 | BreamoreBoy | set | nosy:
+ terry.reedy, BreamoreBoy messages: + msg223126 versions: + Python 3.5, - Python 3.3 |
| 2013年04月23日 08:08:28 | serhiy.storchaka | set | dependencies: + 2.7 IDLE console uses incorrect encoding. |
| 2012年03月16日 01:43:57 | asvetlov | set | nosy:
+ asvetlov |
| 2012年03月15日 19:38:21 | ezio.melotti | set | nosy:
+ ezio.melotti |
| 2012年03月15日 19:15:20 | roger.serwy | create | |