string to unicode

Artie Ziff artie.ziff at gmail.com
Mon Aug 15 11:20:22 EDT 2011


if I am using the standard csv library to read contents of a csv file 
which contains Unicode strings (short example: 
'\xe8\x9f\x92\xe8\x9b\x87'), how do I use a python Unicode method such 
as decode or encode to transform this string type into a python unicode 
type? Must I know the encoding (byte groupings) of the Unicode? Can I 
get this from the file? Perhaps I need to open the file with particular 
attributes?

thanks!




More information about the Python-list mailing list