Re: replace chars



On Dec 26, 2007 3:05 AM, Octavian Rasnita <orasnita@xxxxxxxxx> wrote:

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.

Could you please recommend a module that can do this?

You might be able to do what you want with Encode.

http://perldoc.perl.org/Encode.html

Hope this helps!

--Tom Phoenix
.