perl-unicode

Re: use encoding 'utf8' and \x{00e4} notation

2010-02-03 02:03:02
* Michael Ludwig <michael(_dot_)ludwig(_at_)xing(_dot_)com> [2010-02-02 17:35]:
  use encoding 'utf8';

The `encoding` pragma is broken. Do not use it.

You want

    use open ':encoding(UTF-8)', ':std';

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

<Prev in Thread] Current Thread [Next in Thread>