Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by ikegami (Patriarch)
on Jan 12, 2009 at 21:40 UTC ( #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? | Other CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2023-06-05 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (25 votes). Check out past polls.

    Notices?