Tkinter - non-ASCII characters in text widgets problem
Piet van Oostrum
piet at cs.uu.nl
Fri Jun 26 19:28:35 EDT 2009
>>>>> Sebastian PajÄ…k <spconv+m at gmail.com> (SP) wrote:
>SP> Maybe this picture will tell you more:
>SP> http://files.getdropbox.com/u/1211593/tkinter.png
>SP> The original script:
>SP> http://files.getdropbox.com/u/1211593/test1.py
>SP> May someone can confirm this osx behaviour?
Yes, I get the same. But it is a problem of the underlying Tk
implementation. I get the same strange behaviour in wish.
Text widgets seem to have the same problem and it has to do with the use
of QuickDraw rather than ATSUI in Tcl/Tk 8.4. Whereas 8.5 uses ATSUI but
this seems to cause other problems.
See:
http://aspn.activestate.com/ASPN/Mail/Message/tcl-mac/2862062
http://aspn.activestate.com/ASPN/Mail/Message/tcl-mac/2862807
--
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org
More information about the Python-list
mailing list