Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: matching UTF8 chars with regex

by AltBlue (Chaplain)
on May 19, 2007 at 02:37 UTC ( [id://616293]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://616293]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (9)
As of 2024-04-18 12:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found