EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

Error on special characters #2

Closed ghost closed 10 years ago

ghost commented 10 years ago

From killgt on November 04, 2009 23:21:22

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: http://code.google.com/p/kryonet/issues/detail?id=1

ghost commented 10 years ago

From nathan.s...@gmail.com on January 06, 2010 11:21:31

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

Status: Fixed