brianreavis / sifter.js

A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.
1.09k stars 125 forks source link

Added missing Icelandic ð character #31

Closed gytisgreitai closed 8 years ago

gytisgreitai commented 9 years ago

Icelandic character ð was missing from DIACRITICS object. For Icelandic alphabet see https://en.wikipedia.org/wiki/Icelandic_orthography

There is also a problem for Þ (-> th) and Æ (-> ae) symbols, but since currently diactrics only support 1:1 conversion, not sure how to approach this.