Hi,
I am sending in an array of sentences to google language translation API. The sentences return and are displayed on screen.
Every now and then, "'" appears. As far as I know this is the escape character for the apostrophe?
I've tried unescape(string); - but it doesn't appear to work.
The code is at http://development.asclarke.com/modliatranslator.html
Any idea?
Cheers



