I have a pretty standard Gwt app going on, and I have placed a Spring
DispatcherServlet to intercept my RPC calls so that I can do things
like commit a Hibernate session, etc...

At the moment, Im having a small character encoding issue, where a
user submits a Gwt form with a 'special' character (which in this case
is the trademark character), which seems to get persisted in the
database as an upside down question mark.

This screams to me that there is a character encoding setup issue
somewhere, but I have no idea where...

My local dev machine works fine (which is running tomcat on Ubuntu)...
but the testing server (which is a solaris box) is having the
character issue. Which is why I cannot debug the server, etc... its
tough to know where to look.

How does Gwt deal with character encodings? Is Gwt the likely culprit
here or does this sound more like a Tomcat issue? Or even an OS issue?

Any help/guidance is greatly appreciated

Cheers,
Mark
--~--~---------~--~----~------------~-------~--~----~
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