perl-unicode

Re: Matching upper ASCII characters in RE patterns

2010-11-30 16:29:14
karl williamson schrieb am 30.11.2010 um 11:25 (-0700):
Jonathan Pool wrote:

use encoding 'utf8';

I believe it is known that there are issues with 'use encoding', but
I suggest filing a bug report, by sending email to 
perlbug(_at_)perl(_dot_)org(_dot_)

I was advised not to use the encoding pragma, and I'm passing that
advice on to you.

Re: use encoding 'utf8' and \x{00e4} notation
http://code.activestate.com/lists/perl-unicode/3157/

It is broken by desing as "It does at least two things at once that do
not belong together".

Why do my Perl tests fail with `use encoding 'utf8'`?
http://stackoverflow.com/questions/492838/

-- 
Michael Ludwig