andrewrk / node-diacritics

remove diacritics from strings ("ascii folding") - Node.js module
MIT License
263 stars 32 forks source link

Handling of German umlaute #35

Open stephtr opened 4 years ago

stephtr commented 4 years ago

German umlaute are currently transformed by just removing diacritics. It would however make more sense to transform them the following way:

ä -> ae ö -> oe ü -> ue ß -> ss Ä -> Ae Ö -> Oe Ü -> Ue