Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Character encoding of microns

by gone2015 (Deacon)
on Feb 06, 2009 at 16:06 UTC ( [id://741934]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    bytes($clob) ;
    bytes($convertedstr) ;
    ...
      use bytes ;
      print join(":", map(sprintf("%02X", $_), unpack('C*', $s))), " -- $w
    +\n" ;
    } ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-25 00:23 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found