Mail Archives: cygwin/1999/03/10/09:21:58
I use cygwin and Gnu tools because I need the functionality that
fileutils, textutils et al. provides, but on a Windows NT box.
And I prefer tar, cat and pipes not to mess with the contents
of my files except when told to.
Problems are no better or worse on Linux. Well, perhaps a bit worse,
since Windows NT has quite good Unicode support. Windows application
are in general better at supporting 'foreign' conventions than
either MacOS or Unix applications (with some editors like Emacs as
notable exceptions).
But you miss the point completely. In a mixed file system environment,
applications have no way of inferring which convention to follow re.
linebreaks, except not to mess them up. I.e., if a 'text' file appears
to use \xA as record separator, write that; if \xD\xA, write that;
if \xD, write that. For new files, you have to ask the user or infer
from a broader context than 'the current OS'.
BTW, if you are told that a file is a 'text' file, which encoding do
you expect it to use ?
7-bit encoding, ISO 646-1973 IRV (any other in widespread use?)
8-bit encoding, UTF-8, IBM CP-437, MS CP-1252, ISO Latin 1..n, etc.
16-bit encoding, UTF-16, various Japaneese, Chinese, Korean etc.
IMHO, the only thing that 'text' files have in common is that you
can expect some sort of record separator.
Kind regards
Peter Ring
-----Original Message-----
From: Fergus Henderson [mailto:fjh AT cs DOT mu DOT OZ DOT AU]
Sent: Wednesday, March 10, 1999 01:13
To: cygwin AT sourceware DOT cygnus DOT com
Subject: text vs binary mode yet again
<snip>
If you're using cygwin at all, it's presumably because compatibility
with existing software is of some concern. Otherwise, just use Linux!
> >> Why should I want to open a file in 'text' mode? What if I run
> >> a cygwin application to write a 'text' file that is part of a
> >> MacOS application? I need three different record separators,
> >> and I can't infer which to use just from what OS the
> >> application is running on. BTW, this is an actual example of
> >> what I use cygwin tools for.
In that particular case, you wouldn't want to open the file in text
mode.
But there are plenty of other cases where text mode does make sense.
<snip>
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -