Mail Archives: djgpp-workers/2001/02/26/10:46:55
On Mon, 26 Feb 2001, Bruno Haible wrote:
> Eli Zaretskii writes:
>
> > why is the --binary option needed at all? In other words, under what
> > circumstances is the user expected to use --binary?
>
> If he wants to use 'iconv' in a testsuite and compare the resulting
> output with the one he got on a Unix host.
If that's the only reason, then I'd recommend to remove that option.
Text files on DOS/Windows should be compared with Diff, not with Cmp.
It is IMHO bad to have platform-specific options. This is only justified
if the program will be crippled without those options in some way. Based
on your description, this doesn't sound like such a case.
- Raw text -