[EMAIL PROTECTED] ("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.
--
Radek
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/