unicode for beginners

skip at pobox.com skip at pobox.com
Thu Mar 26 17:40:41 EDT 2009


    Wally> I have something of a csv file which has somehow been converted
    Wally> into something that looks like this...

    Wally> Is there a simple way to convert this into something a little bit
    Wally> readable?

Look at the unicode_csv_reader function in the csv module doc's examples:

    http://docs.python.org/library/csv.html#examples

-- 
Skip Montanaro - skip at pobox.com - http://www.smontanaro.net/



More information about the Python-list mailing list