Tkinter - non-ASCII characters in text widgets problem
MRAB
python at mrabarnett.plus.com
Thu Jun 25 22:08:27 EDT 2009
Sebastian PajÄ…k wrote:
>> You're providing the same text for a Button and a Label. On Mac OSX the
>> Button shows the text correctly, but the Label doesn't.
>>
>> Is this correct?
>
> Yes this is correct. My first mail is here:
> http://mail.python.org/pipermail/python-list/2009-June/717666.html
>
My only other thought is that the widgets might be using different
fonts, although in your example you're not specifying the fonts, so I
assume they'll default to the same one. You could try specifying their
fonts explicitly, just in case, although I'm expecting that it won't
make a difference...
More information about the Python-list
mailing list