From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e61c8636ef35379d X-Google-Attributes: gid103376,public From: Keith Thompson Subject: Re: Escape Sequences in Strings Date: 2000/11/16 Message-ID: #1/1 X-Deja-AN: 694645421 Sender: kst@king.cts.com References: <3A17B0E2@MailAndNews.com> <3A1275A2.F2A843E9@bton.ac.uk> <8uub09$9sr$1@nnrp1.deja.com> <8uump3$s3o$1@news.huji.ac.il> <3A13C41E.FCBDD34C@bton.ac.uk> <8v0m76$1mt1@news.kvaerner.com> X-Trace: thoth.cts.com 974447314 97467 205.163.0.22 (17 Nov 2000 07:48:34 GMT) Organization: CTSnet Internet Services Newsgroups: comp.lang.ada X-Complaints-To: abuse@cts.com Date: 2000-11-16T00:00:00+00:00 List-Id: "Ken Garlington" writes: [...] > NL \n Ada.Characters.Latin_1.NL There is no Ada.Characters.Latin_1.NL. The C '\n' character is most commonly LF (linefeed). In general, it's whatever acts as a newline character on the current system. On some systems, the I/O subsystem has to map '\n' to a CR LF sequence on output, and do the reverse mapping on input. -- Keith Thompson (The_Other_Keith) kst@cts.com San Diego Supercomputer Center <*> Welcome to the last year of the 20th century.