Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Simplest Possible Way To Disable Unicode

by ikegami (Patriarch)
on May 24, 2011 at 00:42 UTC ( [id://906393]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -we"$_ = chr(0xE9); utf8::downgrade($_); print;" | perl -nE"say 
    +length;"
    1
    ...
    >perl -we"$_ = chr(1000); utf8::upgrade($_); print;" | perl -nE"say le
    +ngth;"
    Wide character in print at -e line 1.
    2
    

Log In?
Username:
Password:

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

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

    No recent polls found