Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: removing accent

by polypompholyx (Chaplain)
on Aug 22, 2005 at 13:30 UTC ( [id://485689]=note: print w/replies, xml ) Need Help??


in reply to removing accent

You will probably want a string substitution of some sort, using s/ä/a/g (or s/\x{e4}/a/g, where \x{NNNNN} is the accented character's Unicode code point). tr/ä/a/ might be a better choice, but this depends on exactly what you're trying to do. However, here be dragons: perldoc perluniintro and related docs for the gory details of encoding schemes, Unicode and locales.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485689]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-03-19 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found