cocur / slugify

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
MIT License
2.88k stars 251 forks source link

Add support for capital sharp s #227

Closed weeman1337 closed 2 years ago

weeman1337 commented 5 years ago

Adds support for capital ß

Closes #207

ausi commented 5 years ago

I don’t think SZ is correct for Austrian German, see for example wikipedia.org/wiki/Austrian_passport:

Austrian passports may (but do not always) contain a trilingual (in German, English, and French) explanation of the German umlauts and ß, e.g. 'ß' entspricht / is equal to / correspond à 'SS'.

ThomasLandauer commented 4 years ago

ss is correct in Austria, see https://de.wikipedia.org/wiki/%C3%9F#Ersetzung_und_%C3%A4hnliche_Zeichen I just did a PR: https://github.com/cocur/slugify/pull/265