Re: Matching upper ASCII characters in RE patterns

[email protected] (Jonathan Pool) Tue, 30 Nov 2010 14:48:05 -0800
Newsgroups perl.unicode
Message-ID <[email protected]>
> I was advised not to use the encoding pragma, and I'm passing that
> advice on to you.

Thank you for the additional references.

As documented in http://rt.perl.org/rt3/Public/Bug/Display.html?id=80030 there seems to be a problem when "use encoding 'utf8'" is removed and replaced with "use utf8", so the problem is not limited to the "encoding" pragma.
ˉ