[issue14326] IDLE - allow shell to support different locales

2017-06-23 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2014-10-02 Thread Terry J. Reedy

Terry J. Reedy added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2014-07-15 Thread Mark Lawrence

Mark Lawrence added the comment:

@Terry one that appears to have escaped your eagle eye :)

--
nosy: +BreamoreBoy, terry.reedy
versions: +Python 3.5 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2013-04-23 Thread Serhiy Storchaka

Changes by Serhiy Storchaka storch...@gmail.com:


--
dependencies: +IDLE console uses incorrect encoding.

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2012-03-15 Thread Roger Serwy

New submission from Roger Serwy roger.se...@gmail.com:

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.

--
components: IDLE
messages: 155939
nosy: serwy
priority: normal
severity: normal
status: open
title: IDLE - allow shell to support different locales
type: enhancement
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2012-03-15 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14326] IDLE - allow shell to support different locales

2012-03-15 Thread Andrew Svetlov

Changes by Andrew Svetlov andrew.svet...@gmail.com:


--
nosy: +asvetlov

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14326
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com