[Patches] [ python-Patches-1162825 ] EditorWindow's title with non-ASCII chars.

SourceForge.net noreply at sourceforge.net
Wed Mar 16 00:04:32 CET 2005


Patches item #1162825, was opened at 2005-03-14 09:19
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1162825&group_id=5470

Category: IDLE
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: SUZUKI Hisao (suzuki_hisao)
Assigned to: Nobody/Anonymous (nobody)
Summary: EditorWindow's title with non-ASCII chars.

Initial Comment:
This small patch makes it possible to display a path including non-
ASCII chars as the title of Editor Window.  See the screen shots of 
original IDLE and patched one.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2005-03-16 00:04

Message:
Logged In: YES 
user_id=21627

I think the patch is wrong/not general enough:
- if decoding fails for some reason, it should continue anyway
- I'm not sure where the title comes from, but it might be
that it is a file name. If so, it should use
sys.getfilesystemencoding() instead of IOBinding.encoding.
This matters only on systems where these might differ, e.g.
MacOSX.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1162825&group_id=5470


More information about the Patches mailing list