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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ba2aaa9cb4d25085 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!208.49.83.154.MISMATCH!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada.Containers.Doubly_Linked_Lists References: <87d54mf1mn.fsf@ludovic-brenta.org> From: Stephen Leake Date: Thu, 08 Feb 2007 08:39:05 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:ZqVCP+58qutpe4Zx8MgvQ7CzelE= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 1993145cb2802759e00d432755 Xref: g2news2.google.com comp.lang.ada:9141 Date: 2007-02-08T08:39:05-05:00 List-Id: "Jeffrey R. Carter" writes: > Ludovic Brenta wrote: >> Ada.Characters.Latin_1.HT (for Horizontal Tab). > > Or Character'Val (9). Or Character'Succ (Ada.Characters.Latin_1.BS). > But Latin_1 is the better way. Or ASCII.HT. ASCII is labeled "Obsolete", but it will never go away; every Ada compiler implements it. Maybe I'm just old-fashioned, but I prefer it over Latin_1 for things like this :). -- -- Stephe