Pure python implementation of string-like class

and-google at doxdesk.com and-google at doxdesk.com
Sat Feb 25 09:43:58 EST 2006


Akihiro KAYAMA wrote:
> As the character set is wider than UTF-16(U+10FFFF), I can't use
> Python's native unicode string class.

Have you tried using Python compiled in Wide Unicode mode
(--enable-unicode=ucs4)? You get native UTF-32/UCS-4 strings then,
which should be enough for most purposes.

-- 
And Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/




More information about the Python-list mailing list