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,4dde1b456a42123c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!m7g2000vbn.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Tiny error in ARM 2012 ? (about characters) Date: Mon, 24 Jan 2011 01:00:15 -0800 (PST) Organization: http://groups.google.com Message-ID: <54578fa5-8adb-47a3-85f5-9d9aade68a2e@m7g2000vbn.googlegroups.com> References: NNTP-Posting-Host: 91.13.215.81 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1295859615 31339 127.0.0.1 (24 Jan 2011 09:00:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Jan 2011 09:00:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000vbn.googlegroups.com; posting-host=91.13.215.81; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0C),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17624 Date: 2011-01-24T01:00:15-08:00 List-Id: Can' see a problem: (4/3) ... The only characters allowed outside of comments are those in categories other_format, format_effector, and graphic_character. (11/2) separator_space Any character whose General Category is defined to be =93Separator, Space=94. (14/2) graphic_character Any character that is not in the categories other_control, other_private_use, other_surrogate, format_effector, and whose relative code position in its plane is neither 16#FFFE# nor 16#FFFF Thus separator_space is in graphic_character. Where's the problem?