http://www.perlmonks.org?node_id=1016004


in reply to Replacing non ascii in string

As down the track I am sure I will want to replace things like ä with a etc as well.

That doesn't sound like a good idea. ä is a letter in some languages, not just "a with diacritic". Writing a name without the "diacritic" could be downright wrong. (Yes, sports broadcasts frequently do it that way, but that doesn't mean you should.) Do you really need to pare all of your text down to 7-bit ASCII?

Replies are listed 'Best First'.
Re^2: Replacing non ascii in string
by MidLifeXis (Monsignor) on Jan 30, 2013 at 13:24 UTC

    While I agree with your general point, it is not an absolute. For some systems I interact with, yes. Things that only support 7-bit ASCII are still out there.

    Update: added 'absolute' comment.

    --MidLifeXis