Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: utf8 output with 5.8

by Arrowhead (Monk)
on Oct 29, 2002 at 20:55 UTC ( [id://208871]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    env LC_CTYPE=en_US.UTF-8 perl -e ...
    
  2. or download this
    binmode STDOUT, ':utf8';
    
  3. or download this
    use open ':utf8', ':std';
    
  4. or download this
    perl -Mopen=:utf8,:std -e '$c="f6"; $u=pack("U",hex($c)); print $u, "\
    +x{f6}"' | od -tx1
    

Log In?
Username:
Password:

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

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

    No recent polls found