I wrote a few lines of code using Google Translate.
Everything was very good.

However, recently a few days this code will not run. After checking, I
found a bug , it's seems google is wrong to encode return string with
JSON format?

here's my example:
http://translate.google.com/translate_a/t?client=t&text=love%20you%0A%0A&hl=en&sl=en&tl=fr&prev=enter&pc=0

return string is:
[[["vous aime","love you",""]],,"en"]

and this tring is can not be decode by javascript / php with json
format?!
and i found that it's simple way that remove double ",," with single
",".

everything is good again.
is that error?

-- 
You received this message because you are subscribed to the Google Groups 
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-translate-general?hl=en.

Reply via email to