hiddentao / fast-levenshtein

Efficient Javascript implementation of Levenshtein algorithm with locale-specific collator support.
MIT License
596 stars 56 forks source link

Handle "Locale 'generic' is not well-formed" #18

Closed benchik closed 8 years ago

benchik commented 8 years ago

Handle Intl.Collator being defined but implementation lacking (edge throwing - Locale 'generic' is not well-formed)

hiddentao commented 8 years ago

Thanks

benchik commented 8 years ago

Happy to contribute :)