Hi:
I'm sending unicode text from server to client through RPC.
Everything works fine on local development server.
However, on Google App Engine cloud, things broken. Unicode text are
not encoded properly before being sent to client.
I guess it due to the different in the default encoding of the
platform used on the cloud.
How to have the RPC service use utf-8 as the encoding for
Serialization (& deserialization, of course) regardless the default
encoding of the platform?

Thanks

-- 
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