Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Cyrillic problem...

by ccn (Vicar)
on Jun 27, 2004 at 20:55 UTC ( [id://370045]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use locale;
    use POSIX qw (locale_h);
    setlocale(LC_CTYPE, 'Russian_Russia.1251');
    print lc ('ПРИВЕТ');
    
  2. or download this
    $s = "ПРИВЕТ";
    $s =~ tr/\xA8\xC0-\xDF/\xB8\xE0-\xFF/; # lc RusCyr Win1251
    print $s;
    

Log In?
Username:
Password:

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

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

    No recent polls found