| View previous topic :: View next topic |
| Author |
Message |
binary-lime
Joined: 30 May 2008 Posts: 3
|
Posted: Sun Jun 01, 2008 4:32 pm Post subject: How to get rid of "'" in my text |
|
|
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 |
|
| Back to top |
|
 |
|
|
rangana 500+ Club

Joined: 27 Feb 2008 Posts: 563 Location: Cebu City Philippines
|
Posted: Mon Jun 02, 2008 3:08 am Post subject: Re: How to get rid of "'" in my text |
|
|
I'm not seeing "'" in FF..or maybe it has been resolved already?
If problem still exist, try to remove character encoding or change it to unicode
You might find this link useful:
http://www.w3.org/International/O-charset |
|
| Back to top |
|
 |
|