Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: question about linker
Date: Thu, 05 Dec 2024 07:16:31 -0800
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <861pymkvn4.fsf@linuxsc.com>
References: <8734j9sj0f.fsf@nosuchdomain.example.com> <87ttbpqzm1.fsf@nosuchdomain.example.com> <_o14P.71646$hspc.53247@fx10.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Date: Thu, 05 Dec 2024 16:16:32 +0100 (CET)
Injection-Info: dont-email.me; posting-host="8a263e9b473304506e7d265d71d931f0";
logging-data="1778979"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/p5+5wy0UuJypI6NARn8KH5mzWTooc4BI="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:JuDox3yQFj18UoQV1cKM/huwq4I=
sha1:7hx3aLpozvQB8lqzGT7+vf2DHFM=
Bytes: 1905
BGB writes:
[considering .csv files and how to process them]
> Brings up the thought of how, ASCII has a bunch of control
> characters, but generally only a small number of them are used:
> \r, \n, \t, \b
> \e, \a, \v, \f (sometimes / rarely)
>
> For CSV, we used ',' (a printable ASCII character) for something
> that (theoretically) could have used \x1E (Record Separator).
That would have been a horrible decision.