What output do you get? On Perl 5.22 under Darwin (Mac OSX) your code produces:
Use of the encoding pragma is deprecated at 1140209.pl line 8. abc123äöüß
On the other hand this code:
outputs as follows:#! perl my $str = "abc123äöüß"; print $str;
$ perl 1140209.pl abc123äöüß
In reply to Re: Outputting Unicode to DOS
by 1nickt
in thread Outputting Unicode to DOS
by thekestrel
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |