Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Simplest Possible Way To Disable Unicode

by Anonymous Monk
on May 23, 2011 at 23:55 UTC ( [id://906384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e " print chr(999) "
    Wide character in print at -e line 1.
    ...
        filehandle with an encoding, see open and perlfunc/binmode.
    
    ϧ
    
  2. or download this
    $ perl -e " no warnings q[utf8]; print chr(999) "
    ϧ
    
  3. or download this
    $ perl -e " use bytes;  print chr(999) "
    τ
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-28 17:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found