heroiclabs / nakama-unreal

Unreal client for Nakama server.
Apache License 2.0
205 stars 62 forks source link

Handle UTF-8 characters beyond the ASCII range off the socket #41

Closed novabyte closed 4 years ago

novabyte commented 4 years ago

An issue reported by @LinXunxi on Nakama server indicates that UTF-8 is not decoded correctly off the socket:

https://github.com/heroiclabs/nakama/issues/478

The example is with Chinese characters but it's probable that anything beyond the ASCII range is not decoded correctly.

Dimon4eg commented 4 years ago

The sdk supports UTF-8. Closing as the issue is resolved by user.