mozilla / unicode-slugify

A slugifier that works in unicode
BSD 3-Clause "New" or "Revised" License
321 stars 52 forks source link

only_ascii boolean with the support of unidecode #14

Closed ebsaral closed 9 years ago

ebsaral commented 9 years ago

If you would like to include unidecoded within this slugifier, I also created this request. It's up to you to pick one. This covers more than latin letters: https://pypi.python.org/pypi/Unidecode

Related to @davedash 's tweet: https://twitter.com/davedash/status/554723084918607872

davedash commented 9 years ago

Thanks this looks good - does it mean we should revert the other change in #13 ?

ebsaral commented 9 years ago

Yeah, I think we should neglect it. thanks. Peace.