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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e55245590c829bef X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: _Type vs no _Type Date: Sat, 06 Nov 2010 02:05:29 +0100 Organization: Ada @ Home Message-ID: References: <86wroy58ff.fsf@gareth.avalon.lan> <86pqup5xfy.fsf@gareth.avalon.lan> <86y69d3rec.fsf@gareth.avalon.lan> <82lj5c5ecm.fsf@stephe-leake.org> <82zktq4n9b.fsf_-_@stephe-leake.org> <87eib06yir.fsf@mid.deneb.enyo.de> <874obvhdp9.fsf@mid.deneb.enyo.de> NNTP-Posting-Host: rj/SX3b0BhRvCvhe3/BgWw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.63 (Win32) Xref: g2news2.google.com comp.lang.ada:16283 Date: 2010-11-06T02:05:29+01:00 List-Id: Le Fri, 05 Nov 2010 18:39:46 +0100, Florian Weimer a = = =C3=A9crit: > * J-P. Rosen: > >> Le 05/11/2010 08:05, Florian Weimer a =C3=A9crit : >>> And with case insensitivity, we have a seemingly neverending >>> collection of warts, bugs and incompatibilities in the Ada language.= >> >> ??? Could you be more precise, and especially for "incompatibilities"= ? > > The following program > > with Ada.Text_IO; > procedure T is > type E is (=C3=A4); > begin > Ada.Text_IO.Put_Line (E'Image (=C3=A4)); > end T; > > should print a line containing the single character "=C3=A4". Can you= > tweak your favorite Ada compiler to produce this output? Tested on Windows XP, with two different results depending on the consol= e = used. If the resulting program is run in the classic console = (CMD.exe/COMMAND.com), it outputs a capital letter A with a diaeresis = (OK). If the program in launched in a PowerShell console (also available= = for Windows XP), then it output a long-dash instead (PS prefers UTF-16).= What the complier produce is OK. -- = Si les chats miaulent et font autant de vocalises bizarres, c=E2=80=99es= t pas pour = les chiens. =E2=80=9CI am fluent in ASCII=E2=80=9D [Warren 2010]