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

Re: problems matching umlauts in env vars

by allolex (Curate)
on Jul 23, 2004 at 07:20 UTC ( [id://376821]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use locale;
    use POSIX 'locale_h';
    my $loc = 'de_DE.utf8';  # German locale, for example. Run 'locale -a'
    + to get the exact locale name
    setlocale(LC_CTYPE, $loc)
      or die "Invalid locale $loc";
    

Log In?
Username:
Password:

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

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

    No recent polls found