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

[email protected] (Aristotle Pagaltzis) Wed, 3 Feb 2010 08:55:05 +0100
Newsgroups perl.unicode
Message-ID <[email protected]>
* Michael Ludwig <[email protected]> [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/>