* 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/>
* 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/>