Friday, December 30, 2011

perl: replace ":utf8" with ...

The :utf8 PerlIO layer / Perl 5 Wiki

Yes, I want to follow their recommendation:

To improve your code, simply find all occurrences of :utf8 and replace it with :encoding(utf8).

No comments: