Hi,
after I got a workaround from $Bill I experimented a little more and found out
that the error MUST be in some PERLIO
part, because Encode does its job well!
Have a nice weekend,
Axel
My solution now looks this way:
use Encode qw (encode decode);
use strict;
use Unicode::String qw (utf
Hi,
I will have to rewrite the core part of a Configuration Management System in
order to make it Unicode aware.
The system must be able to treat plain ASCII (as now), UTF-8 and UTF-16
(Windows NLS) files.
As Perl is using UTF-8 internally the problem is reduced to read data into Perl
and tre
Hello,
I am running a script that seems to be returning unicode.
here is a snippet:
$command = "$owsadm -o create -p $SitePath -web " . join("/", @tmp) ;
print $command . "\n" ;
$result = `$command` ;
print $result "\n" ;
The result is coming back looking like this: