Single quotes and google maps
Google maps does not like single quotes from db field values. When trying to display the word "People's Gardens" in a google map popup balloon it did not run. Take the single quote out and it is fine.
I'm trying to figure out what characters I need to avoid, other than the single quote, in order to make the google maps api happy.
I tried to strip out that character using JSStringFormat but that did not work. I ended up just using Replace() but was wondering if there's a better way to eliminate any/all problematic characters and also what those characters are.
Thanks.
P.S. Coldfusion rules and I don't care what you Java developers say.
