|
|
| P is for Practical | |
| PerlMonks |
Re: Lowercasing umlauts in wordsby haoess (Curate) |
| on Jun 10, 2004 at 19:48 UTC ( #363170=note: print w/ replies, xml ) | Need Help?? |
|
From perllocale: By default, Perl ignores the current locale. The "use locale" pragma tells Perl to use the current locale for some operations: [ ... ] lc().
You can switch the current locale in your perl program reading locale or perllocale. And BTW: lc is the same as "\L". -- Frank
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||