laduramvishnoi / kryonet

Automatically exported from code.google.com/p/kryonet
0 stars 0 forks source link

Error on special characters #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a String with some special character like String test = "áéíóú"
2. Send it.
3. Server carsh

What is the expected output? What do you see instead?
The real string

What version of the product are you using? On what operating system?
0.92

Please provide any additional information below.

I think its a serialization problem... 
Great job with this lib... im currently using it for a little online game. 
Thank you :D

Original issue reported on code.google.com by killgt on 4 Nov 2009 at 10:21

GoogleCodeExporter commented 9 years ago
Thanks. This has been fixed in the Kryo library, SVN check in 42. It will make 
it
into the next kryonet release.

Original comment by nathan.s...@gmail.com on 6 Jan 2010 at 7:21