Greetings,

I'm trying to decode JSON output of a Java program (jackson) and having some 
issues.
The cause of the problem is the following snippet:
    {
        "description": "... lives\uMOVEā„¢ OFFERS ",
    }
Which causes ValueError: Invalid \uXXXX escape.

Any ideas on how to fix this?

Thanks,
--
Miki
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to