Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: utf file to ansi, but doesn't work?

by eff_i_g (Curate)
on Feb 28, 2011 at 15:24 UTC ( [id://890572]=note: print w/replies, xml ) Need Help??


in reply to Re^2: utf file to ansi, but doesn't work?
in thread utf file to ansi, but doesn't work?

I don't have a hex editor
Sure you do! od -cx file

Also, have you tried Encode?

Replies are listed 'Best First'.
Re^4: utf file to ansi, but doesn't work?
by ikegami (Patriarch) on Feb 28, 2011 at 16:49 UTC

    He's on Windows. I'd be surprised if Notepad++ didn't have a hex mode, but one could always use Perl.

    perl -nE"BEGIN { $/=\16 } say uc unpack 'H*', $_" file

      On Windows with paths like /www and /var? I assumed he was viewing files in Notepad++ via Samba and still had terminal access (like me).

      Notepad++ has a hex plugin.

        doh! Of course he isn't. Nevermind X_X

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 00:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found