[Idle-dev] [ idlefork-Bugs-441472 ] Non-latin1 encodings under Windows.

noreply@sourceforge.net noreply@sourceforge.net
Mon, 20 May 2002 17:18:00 -0700


Bugs item #441472, was opened at 2001-07-15 13:48
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=109579&aid=441472&group_id=9579

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Patrick K. O'Brien (pobrien)
Assigned to: Nobody/Anonymous (nobody)
Summary: Non-latin1 encodings under Windows.

Initial Comment:
The attached problem description was submitted to the 
python list by Roman Suzi. The problem involves 
internationalization issues and non-latin1 characters 
under Windows. The problem is described in great 
detail and solutions are provided. This should 
probably be a high priority item for the IDLE 
revitalization effort.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2002-05-20 20:18

Message:
Logged In: YES 
user_id=6380

How old is that email? The FixTk.py problem has been fixed
in Python 2.2.

I hope that someone will fix the Unicode handling in
_tkinter.c and submit a patch to the Python patch manager.
Otherwise this will never get fixed. (The regular maintainer
of _tkinter.c has no access to systems where foreign
encodings are used for testing.)

I don't understand why the default encoding must be changed.
If the user enters non-ASCII characters Tcl will
automatically produce Unicode.  If the issue is that there
are source code files encoded in national encoding, please
wait for PEP 263 -- IDLE should be patched to support the
same convention.

----------------------------------------------------------------------

Comment By: Stephen M. Gava (elguavas)
Date: 2002-05-19 23:05

Message:
Logged In: YES 
user_id=75867

Should/has this be(een) adressed in python idle? 

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=109579&aid=441472&group_id=9579