Yes sorry, I'm just scanning documents hopelessly looking for help. I'm not sure about Encode - when I pull my data from the database, has Perl already converted it into UTF-8 for internal use? Would this mean I need to do no work ? I would I just &decode('windows-1250', $database{column}) - meaning the values returned from the decode function would be in UTF-8 ?