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

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

Replies are listed 'Best First'.
Re^5: utf file to ansi, but doesn't work?
by eff_i_g (Curate) on Feb 28, 2011 at 17:44 UTC

    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