in reply to
Re: Converting UTF8 to Latin1
in thread
Converting UTF8 to Latin1
If you combine
encode
and
decode
this way, you can just as well use
Encode::from_to
directly. See the
Encode
docs. Though of course the same caveats about the covered character set still applies.
Perl 6 - the future is here, just unevenly distributed
Comment on
Re^2: Converting UTF8 to Latin1
Select
or
Download
Code
In Section
Seekers of Perl Wisdom