Re: iconv problem

2012-05-20 Thread Charles Wilson
On 5/19/2012 3:29 AM, wynfi...@gmail.com wrote: Either there is a bug in cygwin's "iconv" utility or it's library, or what I am trying is not possible, but it should be possible. I ran iconv as shown below: $ iconv -f SJIS -t ISO-2022-JP --byte-subst="<0x%x>" /tmp/td.sjis>/tmp/td.txt iconv: /

iconv problem

2012-05-19 Thread wynfield
Either there is a bug in cygwin's "iconv" utility or it's library, or what I am trying is not possible, but it should be possible. I ran iconv as shown below: $ iconv -f SJIS -t ISO-2022-JP --byte-subst="<0x%x>" /tmp/td.sjis >/tmp/td.txt iconv: /tmp/td.sjis:12:2: cannot convert ... What happe