[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Re: open-axiom builds on mingw32
From: |
Gabriel Dos Reis |
Subject: |
Re: [Gcl-devel] Re: open-axiom builds on mingw32 |
Date: |
Wed, 03 Nov 2010 14:53:57 -0500 |
Camm Maguire <address@hidden> writes:
| Greetings! There are a few files with \r\n line endings -- win32 has
| no problem with standard unix \n, right?
It depends on what you are doing. Do those files need to be in text
mode or can you read and write them in binary mode (even if they will
contain text, if viewed from a Unix system)?
Most of the time, I try to open and write the files in binary mode so
that the CR+LF crazry stuff does not get in the way.
And when I have to, I only issue CR on writing, but I accept CR+LF
in reading mode IF reading text files.
And I usually avoid editing programs under win32 :-)
-- Gaby
- [Gcl-devel] 2.6.8 ...., (continued)
- [Gcl-devel] binutils subtree removed, Camm Maguire, 2010/11/04
- [Gcl-devel] Re: binutils subtree removed, Gabriel Dos Reis, 2010/11/04
- [Gcl-devel] Re: [open-axiom-devel] binutils subtree removed, Andrey G. Grozin, 2010/11/05
- [Gcl-devel] Re: [open-axiom-devel] binutils subtree removed, Camm Maguire, 2010/11/05
- Re: [Gcl-devel] 2.6.8 ...., Matt Kaufmann, 2010/11/04
- Re: [Gcl-devel] Re: open-axiom builds on mingw32, Camm Maguire, 2010/11/03
- Re: [Gcl-devel] Re: open-axiom builds on mingw32,
Gabriel Dos Reis <=
- Re: [Gcl-devel] Re: open-axiom builds on mingw32, Camm Maguire, 2010/11/03
- Re: [Gcl-devel] Re: open-axiom builds on mingw32, Gabriel Dos Reis, 2010/11/03