Stefan Krah <stefan-use...@bytereef.org> added the comment: 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 ---------- nosy: +skrah Added file: http://bugs.python.org/file15661/gen65001.c _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6058> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com