![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: utf8 bloody charsby Tux (Canon) |
on Oct 18, 2015 at 13:51 UTC ( #1145256=note: print w/replies, xml ) | Need Help?? |
Another remark: the use utf8; is only required if the source code contains literal utf-8: $ perl -CO -wE'say "\x{03c9}"' ω $ perl -CO -wE'say "ω"' Ï $ perl -CO -Mutf8 -wE'say "ω"' ω Enjoy, Have FUN! H.Merijn
In Section
Seekers of Perl Wisdom
|
|