On 5/11/07, Tom Allison <[EMAIL PROTECTED]> wrote:
snip
So if I open a filehandle with a :utf8 layer then /(\w+)/ will match just fine.
But /([EMAIL PROTECTED])/ is going to be rather ugly?
Would /([\w])/ simply match on the first byte?
snip
Beats me, I haven't had the occasion to actually use any of the
unicode stuff in Perl yet. I just know where the docs are, but that
seems to be a reasonable reading of the docs.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/