Closed novabyte closed 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.
The sdk supports UTF-8. Closing as the issue is resolved by user.
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.