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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.162.2 with SMTP id l2mr14862018ioe.26.1447358474382; Thu, 12 Nov 2015 12:01:14 -0800 (PST) X-Received: by 10.182.112.234 with SMTP id it10mr169176obb.13.1447358474322; Thu, 12 Nov 2015 12:01:14 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!i2no964173igv.0!news-out.google.com!f6ni339igq.0!nntp.google.com!i2no2290623igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 12 Nov 2015 12:01:14 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=174.28.149.7; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 174.28.149.7 References: <00aab01c-7d18-408a-9a4c-feb80ac9a1e1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <63476005-43e1-45cd-ae1a-e7aa6e2823c7@googlegroups.com> Subject: Re: Unicode string comparision functions From: Shark8 Injection-Date: Thu, 12 Nov 2015 20:01:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:28333 Date: 2015-11-12T12:01:14-08:00 List-Id: On Wednesday, November 11, 2015 at 10:04:23 PM UTC-7, Jeffrey R. Carter wrote: > On 11/11/2015 09:06 PM, Shark8 wrote: > > I thought I had come across a unicode Equals_Case_Insensitive (and less than) > > for unicode using Wide_Wide_Strings some time ago, but I cannot seem to find > > them again; am I misremembering, or were they in a really odd place? > > Searching the ARM index > > http://www.adaic.org/resources/add_content/standards/12rm/html/RM-0-4.html > > for Case_Insensitive, I found Ada.Strings.Wide_Wide_Equal_Case_Insensitive in > ARM A.4.8 in a few seconds. ...Wide_Wide_Equal_Case_Insensitive --- Testing it out, the compiler's giving me an error saying ""Ada.Strings.Wide_Wide_Equal_Case_Insensitive" is not a predefined library unit", which is good in that it saves me from feeling **REALLY** stupid. > > http://www.adaic.org/resources/add_content/standards/12rm/html/RM-A-4-8.html#I5962 Thanks for the ref.