in reply to
Parsing UTF-8 characters
Are you decoding your incoming data with
Encode
::decode_utf8? Or do you set up an ':encoding(UTF-8)' IO layer?
See also:
Encodings and Unicode in Perl
.
Perl 6
- links to (nearly) everything that is Perl 6.
Comment on
Re: Parsing UTF-8 characters
In Section
Seekers of Perl Wisdom