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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6afcf1840abb7c5e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Send me a sample prgm in ADA for linked list using access type Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1147426476.864349.95890@y43g2000cwc.googlegroups.com> <1147427871.772981.122150@i40g2000cwc.googlegroups.com> Date: Sat, 13 May 2006 17:08:17 +0200 Message-ID: NNTP-Posting-Date: 13 May 2006 17:08:15 MEST NNTP-Posting-Host: 460b312d.newsread2.arcor-online.net X-Trace: DXC=jfM]XTh1V_m^O_h>VFi7[bQ5U85hF6f;djW\KbG]kaMhVA=iV<7g:2eb`VX^>hkIUjWRXZ37ga[7jjTA67ckJ=Xe?V_GB?]e<9h X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4231 Date: 2006-05-13T17:08:15+02:00 List-Id: On 13 May 2006 09:50:22 -0500, Larry Kilgallen wrote: > In article , Simon DESCARPENTRIES writes: > >> And sorry for that « first » post here but, I just wanted to express how agree I >> was with the cautions to have using the word « ghetto »... Even if it's obvious > > In each of those lines I see strange constructs > > a byte of value 194 followed by a byte of value 171 > a byte of value 194 followed by a byte of value 187 > > In my editor, the first displays as <<<> and the second displays as > <>>>. > > In my mail reader, each displays as some unreadable string that has > an A in it. It is Unicode UTF-8: 194 171 = LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (U+00AB) 194 187 = RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (U+00BB) >> Looking forward to get opportunities to produce more constructive posts. > > I would suggest sticking to ASCII (values 32-127) for maximum clarity. Hey, Ada is Unicode! (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de