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 perl...@perl.org. 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