Hi,
I'm trying to use a perl script which need GD, GDGraph, GDGraph3d and
GDTextUtil.
I found already some messages in the archives of this mailing list ans
especially the msg 09105. The guy had the same problem as me so I
followed the answer msg 09107 but it didn't succeed with me ...
When I che
Hi,
I'm trying to use a perl script which need GD, GDGraph, GDGraph3d and
GDTextUtil.
I found already some messages in the archives of this mailing list ans
especially the msg 09105. The guy had the same problem as me so I
followed the answer msg 09107 but it didn't succeed with me ...
When I che
might be try this,
use encoding "utf-8", STDOUT => "utf-8";
Octavian Rasnita wrote:
> Hi all,
>
> I have a problem printing a file encoded as UTF8.
>
> I have tried using the following script:
>
> use Unicode::String qw(utf8);
>
> my $text = "asta鍒STA恲z";
>
> my $t = utf8($text);
>
> print