Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: Adjusting encoding for files

by Tanktalus (Canon)
on Dec 21, 2012 at 04:09 UTC ( [id://1009852]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -nE'ord()>127 and print for split"",$_' *iso | wc -c
    32
    
  2. or download this
    $ ls -l messages.js.*
    -rw-r--r-- 1 tanktalus tanktalus 2490 Dec 20 20:57 messages.js.iso
    -rw-r--r-- 1 tanktalus tanktalus 2522 Dec 20 20:58 messages.js.utf8
    
  3. or download this
    $ perl -nE'ord()>127 and print for split"",$_' *utf8 | wc -c
    64
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1009852]
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: (4)
As of 2024-04-18 18:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found