in reply to matching UTF8 chars with regex

encoding won't automatically upgrade your strings unless you turn it's source filter feature on: use encoding 'utf8', Filter => 1; should do it.

--
altblue.

Replies are listed 'Best First'.
Re^2: matching UTF8 chars with regex
by Sixtease (Friar) on May 19, 2007 at 02:54 UTC
    Yes! Yes! Thanks a lot! It works now... and as I drown myself into the encoding documentation, I see I've been doing some nasty stuff all the time.