Interpreting string containing \u000a

Francis Girard francis.girard07 at gmail.com
Wed Jun 18 07:55:46 EDT 2008


Hi,

I have an ISO-8859-1 file containing things like
"Hello\u000d\u000aWorld", i.e. the character '\', followed by the
character 'u' and then '0', etc.

What is the easiest way to automatically translate these codes into
unicode characters ?

Thank you

Francis Girard



More information about the Python-list mailing list