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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b0d68c502c0ae6 X-Google-Attributes: gid103376,public From: Hans Marqvardsen Subject: Re: Printing Enum Variable Re: Linux World Date: 1999/03/04 Message-ID: <36DE53BC.1AE0@ddre.dk>#1/1 X-Deja-AN: 451480920 Content-Transfer-Encoding: 8bit References: <7bfc2n$jl9@dfw-ixnews5.ix.netcom.com> <7bhh26$r7c$1@remarQ.com> <36DCAC1F.430E2C5E@aasaa.ofe.org> <7bk5c2$8ge$1@remarQ.com> <36DDA9BA.E005E578@aasaa.ofe.org> <36DE3744.13F6A16A@omicron.se> <36DD54D2.141B@ddre.dk> <7bn19b$7h4$1@nnrp1.dejanews.com> Content-Type: text/plain; charset=iso-8859-1 Organization: DDRE Mime-Version: 1.0 Reply-To: hm@ddre.dk_nospam Newsgroups: comp.lang.ada Date: 1999-03-04T00:00:00+00:00 List-Id: robert_dewar@my-dejanews.com wrote: > > In article <36DD54D2.141B@ddre.dk>, > hm@ddre.dk_nospam wrote: > > I have always found it amazing that the validation suites > > does not care if IO from the keyboard or to the screen > > distorts about half of the available graphic characters. > > > > EG Put('�') to see a Pound_Sign, on the screen. > > American Chauvinism !) > > If you have found this amazing, it is because you do not > understand the situation. > > The RM has *nothing* at all to say about what characters > look like in the external world. Absolutely NOTHING. A > validated compiler has no requirements at all in this area. > What really amazes me is that even though good people has spent good time designing a validation procedure where specific compilers are validated for specific operating systems, then one of these good people claims that 1. this procedure may validate combinations that in his own words behave annoying and silly and undoubtedly would be rejected by the marketplace. 2. the validation process would seriously broken, if it were to consider these problems. By the way, David Bottons Ada treasury has a package Console_io http://www.botton.com/ada/reuse/alphcon.html that hopefully handles console-mode IO "correctly". "correctly" meaning press any key, get the corresponding character put any character, see the corresponding graphic image.