removing accents

2003-12-27 Thread Eric Cholet
Here's another naive question from a unicode newbie: Is there a way, using perl's unicode support, to remove accents from a string? I looked at \pM but can't figure out how it works, I wasn't able to match anything with it. Thanks, -- Eric Cholet

Re: removing accents

2003-12-27 Thread SADAHIRO Tomoyuki
On Sat, 27 Dec 2003 13:30:19 +0100 Eric Cholet <[EMAIL PROTECTED]> wrote: > Here's another naive question from a unicode newbie: > Is there a way, using perl's unicode support, to remove > accents from a string? I looked at \pM but can't figure > out how it works, I wasn't able to match anything