Lancashire, Pete wrote:
how do I convert a file (or output to stdont) with an unknown 16 encoding
into plain ol' ASCII aka 8 BIT ?

Example of files contents...

This seems to work with your sample:

$ recode utf16 <sample | od -bc
0000000 074 110 124 115 114 076 012 040 040 074 102 117 104 131 076 012
          <   H   T   M   L   >  \n           <   B   O   D   Y   >  \n
0000020

--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to