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 Xuefer.x, hyeshik.chang, inndy, kennyluck, loewis, rpetrov, vstinner
Date 2014-05-19.17:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400520085.35.0.577174153966.issue7856@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still looking for an official source of that.

>>> u"\u88cf".encode("big5hkscs")
'\xf9\xd8'

works fine (and always has been working fine), and the character clearly is in big5hkscs. According to 

http://en.wikipedia.org/wiki/Big5

F9D8 is "Reserved for user-defined characters", so this suggests that the character does *not* have a fixed meaning in BIG-5. However, it is part of the Hong Kong Supplementary Character Set.
History
Date User Action Args
2014-05-19 17:21:25loewissetrecipients: + loewis, hyeshik.chang, vstinner, rpetrov, Xuefer.x, kennyluck, inndy
2014-05-19 17:21:25loewissetmessageid: <1400520085.35.0.577174153966.issue7856@psf.upfronthosting.co.za>
2014-05-19 17:21:25loewislinkissue7856 messages
2014-05-19 17:21:24loewiscreate