in reply to Re^2: utf8 && XML::Simple
in thread utf8 && XML::Simple

The code appears correct, because 00FB is Latin Small Letter U With Circumflex. So the next steps would be to check how the data gets stored in MySQL, how you retrieve the data and how you then display the data.

Replies are listed 'Best First'.
Re^4: utf8 && XML::Simple
by Trace On (Novice) on Apr 16, 2015 at 14:15 UTC
    Next step? Right step! Forgot a tiny $dbh->do('set names utf8'); in my code. Thanks!