I want to have a function to create slugs from Unicode strings, e.g. gen_slug('Andrés Cortez') should return andres-cortez. How should I do that?

26 Answers
26

Leave a Reply

Your email address will not be published. Required fields are marked *