in reply to Issue with unac_string()

You should tell Perl your script is written in UTF-8. Add
use utf8;
to your script.