Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
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 rifling through the Monastery: (3)
As of 2024-04-25 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found