Module of the Day: Text::Unidecode
For all of those moments where you would write:
s/áéíóúàèìòùãõâêîôûç/aeiouaeiouaoaeiouc/g;
Now you can do the right thing with Text::Unidecode.
« Strange dreams, fun software | Main | About scalability and performance »
For all of those moments where you would write:
s/áéíóúàèìòùãõâêîôûç/aeiouaeiouaoaeiouc/g;
Now you can do the right thing with Text::Unidecode.