But I have no idea on how to modify it :-(

Mark McEahern marklists at mceahern.com
Thu Dec 20 01:55:08 EST 2001


>>> myUnicodeString = u'Foo'
>>> type(myUnicodeString)
<type 'unicode'>

> -----Original Message-----
> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of Kick
> Sent: Wednesday, December 19, 2001 6:49 PM
> To: python-list at python.org
> Subject: But I have no idea on how to modify it :-(
> 
> 
> Addition question, to change a constant string to Unicode, we can 
> put a 'u''
> before it, but how can I change or point out that a variable contains a
> Unicode string?
> 
> Thanks!
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 
> 




More information about the Python-list mailing list