[Python-bugs-list] [Bug #112265] Impossible to get Win32 default font encoding in widgets

noreply@sourceforge.net noreply@sourceforge.net
Fri, 18 Aug 2000 13:37:27 -0700


Bug #112265, was updated on 2000-Aug-18 13:37
Here is a current snapshot of the bug.

Project: Python
Category: Tkinter
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: Impossible to get Win32 default font encoding in widgets

Details: I did not managed to obtain correct font encoding in widgets on Win32 (NT Workstation, Polish version, default encoding cp1250). All cp1250 Polish characters were displayed incorrectly. I think, all characters that do not belong to Latin-1 will be displayed incorrectly. Regarding Python1.6b1, I checked the Tcl/Tk installation (8.3.2). The pure Tcl/Tk programs DO display characters in cp1250 correctly.
As far as I know, the Tcl interpreter woks with UTF-8 encoded strings. Does Python1.6b1 really know about it?

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=112265&group_id=5470