Re: [twitter-dev] Json parse error / escape problem

2010-11-01 Thread Harshad RJ
Siqi, Yeah, I have written a custom parser for this, since I need only a small part of the status object, and the volume of statutes is quite large. I can share the Scala function that accounts for this change. This function only unescapes Unicode characters that directly map to ASCII. def unesc

Re: [twitter-dev] Json parse error / escape problem

2010-11-01 Thread Harshad RJ
This is the exact problem I reported a few days back. According to this discussionof the JSON spec, when encoding strings inside JSON: "All Unicode characters may be placed within the quotation marks except for the characters that

[twitter-dev] Json parse error / escape problem

2010-10-29 Thread Morris Li
Hi i have got an issue with my PHP version while developing the tweeter application. Our company setting at the moment is: php 5.1.2 the json_decode function is from 5.2+. So when I try to tweet a message to twitter it throws 'Illegal escape sequence 'u''. Can anyone would like to help? Below is