dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.08k stars 92 forks source link

Fixes the handling of German umlauts #27

Closed aspnetde closed 9 years ago

aspnetde commented 9 years ago

They have to be handled as follows: ö => oe, ä => ae, ü => ue, Ö => Oe, Ä => Ae, Ü => Ue

aspnetde commented 9 years ago

Ahh ... just saw your response to https://github.com/dodo/node-slug/pull/19

I don't know where ÄÜÖ are used and not naturally be transformed as in German, but it's ok for me to add these transformations as you dresribed there.