Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Simplest Possible Way To Disable Unicode

by BrowserUk (Patriarch)
on May 24, 2011 at 05:59 UTC ( [id://906423]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -wE"$s=pack 'U*', 257; say length $s; print for unpack 'C*', $s;"
    1
    257
    
  2. or download this
    >perl -Mbytes -wE"$s=pack 'U*', 257; say length $s; say for unpack 'C*
    +', $s;"
    2
    196
    129
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-20 00:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found