Hi --

A strange thing. I'm creating a String on the server, and it's getting
mangled by GWT RPC before it gets to the client (I think).

I'm creating a 4 character String val1 = "\0\0\u0032\u001b" on the
server and returning to the client within an IsSerializable class.

I return the class as a function result to the client.

The client sees the string as 3 characters: \0 \u0002 \u001b

That is, the \0 \u0032 appears to be turned into \u0002 (yes, 2
characters turned into one)!

I'm guessing that this is some weird Unicode processing, though I'm
having trouble figuring it out.

Does anyone know what's going on here?

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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to