This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients amaury.forgeotdarc, loewis, vbr
Date 2008-11-07.23:04:43
SpamBayes Score 6.1725514e-11
Marked as misclassified No
Message-id <1226099084.75.0.706032356655.issue4281@psf.upfronthosting.co.za>
In-reply-to
Content
IDLE, in itself, doesn't do anything special to render that character.
It passes it on to Tk.

I don't know how precisely Tk works in this case, but it might be that
it doesn't do anything special with the character *either*, but passes
it on to Windows.

FWIW, in this bug report, Firefox/Iceweasel, on Debian, renders the
character as a small sharp s. This rendition appears to be correct, as
the letter is supposed to look like the small letter, in principle.

I can't see why Amaury says it works for him (there is surely something
odd in the OP's system), I'm fairly confident that there is no bug in
Python here. In particular, the unicodedata module has nothing to do
with it.
History
Date User Action Args
2008-11-07 23:04:44loewissetrecipients: + loewis, amaury.forgeotdarc, vbr
2008-11-07 23:04:44loewissetmessageid: <1226099084.75.0.706032356655.issue4281@psf.upfronthosting.co.za>
2008-11-07 23:04:44loewislinkissue4281 messages
2008-11-07 23:04:43loewiscreate