A bug for unicode strings in Python 2.4?
Szabolcs Nagy
nszabolcs at gmail.com
Wed Jan 11 08:52:01 EST 2006
> Thanks. I'll write my own split().
do you want to split character by character?
then use
list(u'\u9019\u662f\u4e2d\u6587\u5b57\u4e32')
More information about the Python-list
mailing list