I am having a double quotes problem. Strings that arrive from server
(JSON strings in my case but I don't think it matters) all get their
double quotes escaped contained inside them (" becomes \"). Which is
good, except that the string gets displayed EXACTLY like that in an
HTML widget ("How u doing?" becomes \"How u doing?\").

This was messing up all the contained URLs as well which I managed by
replacing all double quotes with single quotes at the time of storage
into the database, so that a URL never ends up with double quotes. But
the problem still remains with double quotes that might exist
elsewhere.

What's the solution?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to