in reply to
How do I normalize (e.g. strip) diacritical märks from a Unicode string?
If by "normalize" you mean ASCIIfying text, this can be done using
Text::Unidecode
.
Comment on
Re: How do I normalize (e.g. strip) diacritical märks from a Unicode string?
In Section
Seekers of Perl Wisdom