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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Unicode string comparision functions Date: Thu, 12 Nov 2015 18:10:32 -0600 Organization: JSA Research & Innovation Message-ID: References: <00aab01c-7d18-408a-9a4c-feb80ac9a1e1@googlegroups.com> <63476005-43e1-45cd-ae1a-e7aa6e2823c7@googlegroups.com> NNTP-Posting-Host: rrsoftware.com X-Trace: loke.gir.dk 1447373433 28531 24.196.82.226 (13 Nov 2015 00:10:33 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 13 Nov 2015 00:10:33 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: news.eternal-september.org comp.lang.ada:28349 Date: 2015-11-12T18:10:32-06:00 List-Id: "Jeffrey R. Carter" wrote in message news:n233vr$1h5$2@dont-email.me... > On 11/12/2015 01:01 PM, Shark8 wrote: >> >> ...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. > > ARM A.4.8 clearly indicates that there should be such a library function, > similar to Ada.Strings.Equal_Case_Insensitive from A.4.10 for String. > > They were added by Ada 12, so if you're using a compiler for an earlier > version > they probably won't exist. If you are using an Ada-12 compiler, you should > probably complain. Right, assuming you spelled it right (with the Wide Wide madness, spelling it wrong isn't that uncommon!). Randy.