โžœ

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 asvetlov
Recipients asvetlov, gpolo, jchelary, weirdink13, zzyzx
Date 2012-03-21.20:17:02
SpamBayes Score 0.0008148957
Marked as misclassified No
Message-id <1332361024.76.0.482061829733.issue4652@psf.upfronthosting.co.za>
In-reply-to
Content
For now unicode BMP has full support in TK while non-BMP characters doesn't works.

'ใ“' character is BMP symbol:
>>> hex(ord('ใ“'))
'0x3053'
which is lesser than non-BMP space (starting from 0x10000).

I have no idea why alt-c doesn't converted to 'รง' (also BMP by the way) and why it has been processed by Helary's IDLE. I have no any Mac box nearby to check. 
Sure, 'alt-c' is minor problem if this is problem at all.
History
Date User Action Args
2012-03-21 20:17:04asvetlovsetrecipients: + asvetlov, gpolo, zzyzx, jchelary, weirdink13
2012-03-21 20:17:04asvetlovsetmessageid: <1332361024.76.0.482061829733.issue4652@psf.upfronthosting.co.za>
2012-03-21 20:17:02asvetlovlinkissue4652 messages
2012-03-21 20:17:02asvetlovcreate