hiddentao / fast-levenshtein

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

IE11 - Edge error: Locale 'generic' is not well-formed #20

Closed nordfjord closed 8 years ago

nordfjord commented 8 years ago

I'm having issues using your module in IE and Edge.

They supposedly have support for Intl.Collator, but do not support the 'generic' locale

nordfjord commented 8 years ago

Sorry I see you've added a try catch block and I'm using an older version, closing this issue