jQuery-ListNav icon indicating copy to clipboard operation
jQuery-ListNav copied to clipboard

Only Latin alphabet

Open alex-mashin opened this issue 6 years ago • 1 comments

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 avatar Jul 28 '19 04:07 alex-mashin

Anybody here?

alex-mashin avatar Feb 08 '20 06:02 alex-mashin