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 skrah
Recipients mark.dickinson, meador.inge, pitrou, skrah, vstinner
Date 2011-10-03.10:52:42
SpamBayes Score 0.0059460206
Marked as misclassified No
Message-id <1317639163.43.0.12362076793.issue13072@psf.upfronthosting.co.za>
In-reply-to
Content
>It would be better to use a format for a Py_UCS4 string, but struct doesn't support such type.

PEP-3118 suggests for the extended struct syntax:

'c' -> ucs-1 (latin-1) encoding
'u' -> ucs-2
'w' -> ucs-4
History
Date User Action Args
2011-10-03 10:52:43skrahsetrecipients: + skrah, mark.dickinson, pitrou, vstinner, meador.inge
2011-10-03 10:52:43skrahsetmessageid: <1317639163.43.0.12362076793.issue13072@psf.upfronthosting.co.za>
2011-10-03 10:52:42skrahlinkissue13072 messages
2011-10-03 10:52:42skrahcreate