Re: Matching upper ASCII characters in RE patterns
[email protected] (Michael Ludwig) Tue, 30 Nov 2010 23:28:58 +0100
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <20101130222858.GL1940@wladimir> |
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 [email protected]. 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