in reply to
Issue with unac_string()
You should tell Perl your script is written in UTF-8. Add
use utf8;
[download]
to your script.
Comment on
Re: Issue with unac_string()
Download
Code
In Section
Seekers of Perl Wisdom