Christoph Friedrich wrote:
> Shawn H Corey schrieb:
>> Have you tried:
>>
>> use utf8;
>>
>>
>>
> I have tried it - did not success...
OK, how about:
binmode STDOUT, ':encoding(utf8)';
You might want to do it to STDERR too. If that doesn't work, then I'm
out of suggestions. :(
--
Just my
Shawn H Corey schrieb:
Have you tried:
use utf8;
I have tried it - did not success...
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
Have you tried:
use utf8;
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
I like Perl; it's the only language where you can bless your
thingy.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
Fo