[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: decode_eol and inconsistent EOL
From: |
Stephen Gildea |
Subject: |
Re: decode_eol and inconsistent EOL |
Date: |
Fri, 26 Apr 2002 14:26:21 -0400 |
> A threshold may be the wrong way to decide, but it could be that a
> mixture CRLFs with some extra CRs should be accepted as DOS-style.
More generally, we could have a mapping of sets of line-endings
observed to what eol encoding to use. I would then enter in
this table (("\r\n" "\r\r\n") . 'dos).
- Re: decode_eol and inconsistent EOL, Richard Stallman, 2002/04/26
- Re: decode_eol and inconsistent EOL,
Stephen Gildea <=
- Re: decode_eol and inconsistent EOL, Eli Zaretskii, 2002/04/26
- Re: decode_eol and inconsistent EOL, Stefan Monnier, 2002/04/26
- Re: decode_eol and inconsistent EOL, Eli Zaretskii, 2002/04/27
- Re: decode_eol and inconsistent EOL, Stefan Monnier, 2002/04/28
- Re: decode_eol and inconsistent EOL, Eli Zaretskii, 2002/04/29
- Re: decode_eol and inconsistent EOL, Stefan Monnier, 2002/04/29
- Re: decode_eol and inconsistent EOL, Eli Zaretskii, 2002/04/29
- Re: decode_eol and inconsistent EOL, Richard Stallman, 2002/04/30
- Re: decode_eol and inconsistent EOL, Eli Zaretskii, 2002/04/30
Re: decode_eol and inconsistent EOL, Richard Stallman, 2002/04/28