in reply to
Re^4: sring encode problem (hexadecimal)
in thread
sring encode problem (hexadecimal)
What's the encoding of the source file? By not saying otherwise, you've communicated that it's iso-8859-1. Add
use utf8;
if it's encoded using UTF-8.
Comment on
Re^5: sring encode problem (hexadecimal)
Download
Code
In Section
Seekers of Perl Wisdom