Hello
Does anybody know if is there a way to set the CharacterEncoding of a
GXmlHttp object?
I guess I´m having a problem about that, because I´m sending some
informations to the server like this:
var request = GXmlHttp.create();
request.open("GET", "http://ipAddress:port/maps/InsertServlet?
usuario=" + user + "&address=" + address + etc...
some parameters (like address) have some special characters, like ã,
ó, í...
and they arrives in my servlet like: Sã
I guess the GXmlHttp object is using UTF-8. Am I right?
Did anyone have any problem like that?
Or have any idea about this to help me?
Thanks in advice
Alexei
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---