Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: UTF-8 for Everything

by Jim (Curate)
on Jul 07, 2013 at 05:15 UTC ( [id://1042970]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use utf8;
    
  2. or download this
            use open qw( :encoding(utf8) );
            binmode STDIN,  qw{ :encoding(UTF-8) };
            binmode STDOUT, qw{ :encoding(UTF-8) };
            binmode STDERR, qw{ :encoding(UTF-8) };
    
  3. or download this
        use open qw( :encoding(UTF-8) :std );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-25 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found