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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,182c0df39337eeca X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o40g2000prh.googlegroups.com!not-for-mail From: David Smith Newsgroups: comp.lang.ada Subject: Re: Wide Character Problem in Ada.Numerics Date: 26 Apr 2007 19:51:55 -0700 Organization: http://groups.google.com Message-ID: <1177642315.880094.318580@o40g2000prh.googlegroups.com> References: <1177363740.965003.247270@l77g2000hsb.googlegroups.com> <462E4461.2060707@obry.net> <1177554717.782721.184790@r35g2000prh.googlegroups.com> <4630F784.6060208@obry.net> <1177638444.803713.97340@t38g2000prd.googlegroups.com> NNTP-Posting-Host: 72.211.146.117 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1177642335 24761 127.0.0.1 (27 Apr 2007 02:52:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 27 Apr 2007 02:52:15 +0000 (UTC) In-Reply-To: <1177638444.803713.97340@t38g2000prd.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3 (Swiftfox),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o40g2000prh.googlegroups.com; posting-host=72.211.146.117; posting-account=hjwdNg0AAADrWbU8BVPocB6GQuDF5upL Xref: g2news1.google.com comp.lang.ada:15337 Date: 2007-04-26T19:51:55-07:00 List-Id: > I still don't understand why this would work... upper half of what? > I'd assume "upper-half" refers to characters in the 16#A0#..16#FF# > range, but the original poster had problems when it processed a Greek > "pi" in a runtime source, which isn't in the upper half of anything > (unless you count ISO-8859-7, the Greek alphabet!). It's certainly > not anywhere in Latin-1 (ISO-8859-1). And I doubt that "upper-half" > means the upper half of Unicode (16#8000#..16#FFFD#?), which I believe > would start somewhere in the middle of the Chinese character set. So > why would -gnatif magically make pi work? Mighty strange......... This is really what I was asking. -Dave