http://qs321.pair.com?node_id=1170291


in reply to Parsing UTF-8 characters (Å is changed to Ã)

Hi,

you have to make sure that perl knows the right encoding of your input data as well.

Hexdump your data and you can be more certain about what you've got.

This article could be helpful: http://perlmeister.com/lme/prod-0708.pdf

  • Comment on Re: Parsing UTF-8 characters (Å is changed to Ã)