I have problem running a Perl Script under ActivePerl.  On Linux i
have no problem, but with ActivePerl on Windows i have a problem with
the encoding.

use Unicode::String qw(latin1 utf8);
use encoding 'ISO-8859-1';

$string = latin1("");
$string->append("Acentuación");

print $string->latin1;

I get... Acentuaci<n as a response and i can't find what the problem
is, or how to set the default output encoding.

Thanks.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to