[issue4281] Idle - incorrectly displaying a character (Latin capital letter sharp s)

Amaury Forgeot d'Arc report at bugs.python.org
Sat Nov 8 01:12:03 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

My mistake, I did not know that "SHARP S" stands for the "Eszett" German 
letter.

There is a font (Myriad Web on my system) that proposes a (wrong) glyph 
for this code point. According to
http://www.tcl.tk/software/tcltk/whatsnew.tml#i18n
"""
Tk guarantees to find a way to display any Unicode character regardless 
of the font you selected, as long as there is some font in the system 
that contains the Unicode character
"""
but Tk does not guarantee that the font will display the correct 
character...

----------
resolution: works for me -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4281>
_______________________________________


More information about the Python-bugs-list mailing list