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 vstinner
Recipients ned.deily, r.david.murray, terry.reedy, vstinner, wujek.srujek
Date 2011-06-15.22:01:49
SpamBayes Score 1.4097107e-08
Marked as misclassified No
Message-id <1308175309.9.0.541984339275.issue12342@psf.upfronthosting.co.za>
In-reply-to
Content
> From the discussions here, http://wiki.tcl.tk/1364, it appears that Tcl
> 8.5 (and earlier) does not support Unicode code points outside
> the BMP range as in this example.

Extract of http://wiki.tcl.tk/1364 :

"RS 2008-07-09: Unicode out of BMP (> U+FFFF) requires a deeper rework of Tcl and Tk: we'd need 32 bit chars and/or surrogate pairs. UTF-8 at least can deal with 31-bit Unicodes by principle."

> I don't think there is anything practical IDLE
> or tkinter can do about that.

We might raise an error with better error message than ValueError('unsupported character'), but it's maybe overkill.
History
Date User Action Args
2011-06-15 22:01:49vstinnersetrecipients: + vstinner, terry.reedy, ned.deily, r.david.murray, wujek.srujek
2011-06-15 22:01:49vstinnersetmessageid: <1308175309.9.0.541984339275.issue12342@psf.upfronthosting.co.za>
2011-06-15 22:01:49vstinnerlinkissue12342 messages
2011-06-15 22:01:49vstinnercreate