unicode()
Use this function to convert a string to type unicode. For more information about Unicode, see Section 10, “Type unicode: Strings of 32-bit characters”.
unicode
>>> unicode('Pratt') u'Pratt' >>> unicode() u''