Deutsch   English   Français   Italiano  
<861pymkvn4.fsf@linuxsc.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch <tr.17687@z991.linuxsc.com>
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: <vi54e9$3ie0o$1@dont-email.me> <8734j9sj0f.fsf@nosuchdomain.example.com> <vidnuj$1aned$1@dont-email.me> <87ttbpqzm1.fsf@nosuchdomain.example.com> <vie0j5$1g968$1@dont-email.me> <vieun5$1mcnr$3@dont-email.me> <vihamj$2cflq$1@dont-email.me> <vihili$2f79m$1@dont-email.me> <vihu63$2ipg0$1@dont-email.me> <vii3kq$2kmc8$1@dont-email.me> <vikqvf$3fhce$1@dont-email.me> <jNm3P.7909$XuU6.3431@fx40.iad> <vio9bh$dtmc$2@dont-email.me> <fS%3P.63777$vLg2.31641@fx17.iad> <viq4b3$10kq3$2@dont-email.me> <_o14P.71646$hspc.53247@fx10.iad> <viqc22$124jc$2@dont-email.me>
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 <cr88192@gmail.com> 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.