Skip to content

Improve the slugifier for special characters

Choose a tag to compare

@roderik roderik released this 20 May 11:17
· 148 commits to master since this release
Fix the ordering of stripping and transliteration

This was kind of a silly way to do this. First stripping everything that is not default, and then using iconv transliteration. At that point there would be no special chars left. This explains why i always lose my French éàç characters in the slug :)

Fixes #8