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

Re: Modern best practices for multilingual regexp alphabetical character matching?

by ikegami (Patriarch)
on Jan 12, 2009 at 21:40 UTC ( [id://735814]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use utf8;                            # Treat the source code as UTF-8
    
    ...
    
    utf8::decode(my $text = $encoded_text)  # Treat a string as UTF-8
       or die;
    
  2. or download this
    utf8::upgrade($s);   # Use UNICODE semantics
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-20 13:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found