Re: replace chars



From: "rahed" <raherh@xxxxxxxxx>

orasnita@xxxxxxxxx ("Octavian Rasnita") writes:

I want to replace some special characters with their corresponding
Western European chars, for example a with a, â with a, s with s, t
with t, î with i and so on.

The module Text::Unidecode does exactly what you look for. The
conversion is not 100% for all possibilities but common characters are
converted ok. I've used it happily.


This is exactly what I was searching for.

Thank you very much!

Octavian

.