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 ezio.melotti, lemburg, loewis, michael.foord, pitrou, skrah, tzot
Date 2009-12-22.13:24:16
SpamBayes Score 4.6903257e-05
Marked as misclassified No
Message-id <1261488260.05.0.429657991654.issue6058@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a small C application that converts all possible
wchar_t to multibyte strings, using code page 65001.

Usage:

cl.exe gen65001.c
python check65001.py

Except for the newline character and a sequence from
55296-57343, this code page matches UFT-8.


Note, however, that cp65001 is a pseudo code page:

http://www.postgresql.org/docs/faqs.FAQ_windows.html#2.6


For instance, setlocale will not work:

http://blogs.msdn.com/michkap/archive/2006/03/13/550191.aspx
History
Date User Action Args
2009-12-22 13:24:21skrahsetrecipients: + skrah, lemburg, loewis, tzot, pitrou, ezio.melotti, michael.foord
2009-12-22 13:24:20skrahsetmessageid: <1261488260.05.0.429657991654.issue6058@psf.upfronthosting.co.za>
2009-12-22 13:24:18skrahlinkissue6058 messages
2009-12-22 13:24:17skrahcreate