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 Jim.Jewett, ezio.melotti, loewis, vstinner
Date 2012-02-06.22:13:11
SpamBayes Score 0.00041315833
Marked as misclassified No
Message-id <1328566392.08.0.72780098476.issue13958@psf.upfronthosting.co.za>
In-reply-to
Content
Using _Py_static_string(), you can write literal UTF-8 strings using hexadecimal escape sequences. It works on any C compiler. E.g. _Py_static_string(ecute, "\xc3\xa9").
History
Date User Action Args
2012-02-06 22:13:12vstinnersetrecipients: + vstinner, loewis, ezio.melotti, Jim.Jewett
2012-02-06 22:13:12vstinnersetmessageid: <1328566392.08.0.72780098476.issue13958@psf.upfronthosting.co.za>
2012-02-06 22:13:11vstinnerlinkissue13958 messages
2012-02-06 22:13:11vstinnercreate