Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

lowercasing accented characters

by sewa (Initiate)
on Jun 24, 2010 at 01:01 UTC ( [id://846207]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "accented char=$accented_char\n";                               
    +                                               
    my $lowercased = lc( $accented_char );                                
    +                                               
    print "lowercased=$lowercased\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
      my $lc_char = lc( $char );
      print "lowercased $char=$lc_char\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-03-28 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found