I tried using Base64 encoding/decoding in JS for non-latin symbols in leaderboard, but run into problem - It doesn't encode russian symbols correctly
Here is example - I try encoding username "Женя".
JS script displays username, followed by encoded name, followed by decoded encoded name
However, the output is incorrect:
Is there any solution other than forbidding non-latin usernames?