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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4dde1b456a42123c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Tiny error in ARM 2012 ? (about characters) Date: Mon, 24 Jan 2011 19:52:09 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1295920331 10967 69.95.181.76 (25 Jan 2011 01:52:11 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 25 Jan 2011 01:52:11 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Response Xref: g2news2.google.com comp.lang.ada:17649 Date: 2011-01-24T19:52:09-06:00 List-Id: >"Yannick Duch�ne (Hibou57)" wrote in message >news:op.vpsb6piaule2fv@garhos... Hillo, > >I do not know if I've missed something. I am currently adding an Ada >colorizer to an editor, and I decided to use the ARM 2012 instead of ARM >2005 (for fun). It appears the wording in 2.1 are not exactly the same any >more as in ARM 2005 (didn't suspected this section could be updated). > >Unless I've missed something, is appears to exclude the space in source >text. >2.1 is here: >http://www.ada-auth.org/standards/12rm/html/RM-2-1.html > >2.1(4/3) says >> The only characters allowed outside of comments are those in >> categories other_format, format_effector, and graphic_character. Space is a graphic_character, of course. So are letters and numbers and so on. See 2.1(14/2). Randy.