[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fast or direct load from disk. New tool: c2d.
On 02/29/2012 01:43 AM, mmphosis wrote:
> tr �[:upper:]� �[:lower:]� < apple1.hgr2.8000.bin.hex.txt | hex2bin
You might want to check your newsreader; it obviously uses Unicode
(UTF-8) but the Content-Type: header gets set to ISO-8859-1. The result
is that unless you manually switch encodings, your line above looks like
this:
> tr ‘[:upper:]‘ ‘[:lower:]‘ < apple1.hgr2.8000.bin.hex.txt | hex2bin
--
Linards Ticmanis