[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] win32 experiences?
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] win32 experiences? |
Date: |
Sat, 30 Oct 2004 08:17:50 +0200 (CEST) |
> It is not groff (that is, troff and the post processors) that have
> problems with CRLF files.
In GNU troff (the program), the character 0x0D is invalid and thus
ignored.
> Rather, it is some of the preprocessors. E.g., tbl dies
> unceremoniously if given a CRLF file.
0x0D is handled as a normal input character in tbl. I wonder whether
I shall I use libgroff's `invalid_input_char' (as in troff, pic and
eqn)...
Do you know any reason why this is missing?
Werner