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

Only Latin alphabet #7

Open
alex-mashin opened this issue Jul 28, 2019 · 1 comment · May be fixed by #8
Open

Only Latin alphabet #7

alex-mashin opened this issue Jul 28, 2019 · 1 comment · May be fixed by #8

Comments

@alex-mashin
Copy link

alex-mashin commented Jul 28, 2019

The list of possible initial letters is hardcoded in line 21:

var letters = ['_', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '-'];

What if the list is entirely or partly in Hebrew, for example?

Why not form letters dynamically as in my pull request?

@alex-mashin alex-mashin linked a pull request Jul 28, 2019 that will close this issue
@alex-mashin
Copy link
Author

Anybody here?

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

Successfully merging a pull request may close this issue.

1 participant