Enrico Forestieri wrote:
> I think that you used the attached or similar program for the
> conversion. Please, don't do that because this one also converts
> between char sets and it is not what you want.
Yes, possibly. I'm certainly aware that it does horrible things with char
sets occasionally.
> Instead, install the cygwin cygutils package. It contains both
> unix2dos.exe and dos2unix.exe doing the right thing.
Usually, I use my own home grown dos2unix.sed:
/^M$//
and unix2dos.sed:
/^M$/!s/$/^M/
where ^M is a literal \r character.
Anyway, thanks for confirming that these .ini files are OK. Now that I know
that the thing *should* work with Win98, I'll investigate further.
--
Angus