Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealing with japanese names #1

Open
Areidz opened this issue Jul 9, 2019 · 0 comments
Open

Dealing with japanese names #1

Areidz opened this issue Jul 9, 2019 · 0 comments

Comments

@Areidz
Copy link

Areidz commented Jul 9, 2019

If you use replays with japanese characters on it, it doesn't work well.

I've used this snipped to check if the nametag is ASCII or not, it could be useful to add it to the code.

function isASCII(str) {
    return /^[\x00-\x7F]*$/.test(str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant