On Tue, Nov 11, 2014 at 7:08 PM, Michael <[email protected]> wrote: > What's a simple way to convert a text file that has every other character > "null" into a plain normal text file?
The 'iconv' tool is your tool. > iconv -f utf-16 -t utf-8 utf16_file.txt > utf8_file.txt -- arno s hautala /-| [email protected] pgp b2c9d448 _______________________________________________ MacOSX-talk mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/macosx-talk
