Sujet : Re: do { quit; } else { }
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 10. Apr 2025, 23:49:12
Autres entêtes
Organisation : None to speak of
Message-ID : <87frif4opj.fsf@nosuchdomain.example.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Gnus/5.13 (Gnus v5.13)
James Kuyper <
jameskuyper@alumni.caltech.edu> writes:
On 4/10/25 15:14, James Kuyper wrote:
...
According to the C89 Rationale
>
Note: I have the C89 Rationale in PDF format. I an using an Ubuntu Linux
machine, and am viewing the file with the "Document Viewer" program. I
copied the text from that program, and pasted it into a Thunderbird
message window. All occurrences of "ff" and "fi" in the text got
converted to whitespace. Does anyone have any idea why that might have
happened?
I don't know why they appear as whitespace. They *should* appear as ff
(FB00;LATIN SMALL LIGATURE FF) and fl (FB02;LATIN SMALL LIGATURE FL).
But for something that old, it's not surprising that there are problems
with non-ASCII characters.
Do you have a URL for a PDF C89 Rationale?
-- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.comvoid Void(void) { Void(); } /* The recursive call of the void */