some questions concerning UNICODE conversion in Python

June Kim junaftnoon at nospamplzyahoo.com
Wed Nov 8 06:55:43 EST 2000


What's the difference btw these two and what are the semantics?

>>> u'blah blah blah <and some special characters>'
....
>>> unicode('blah blah blah <and some special characters>')

Thanks in advance.







More information about the Python-list mailing list