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!.POSTED!not-for-mail From: "Jeffrey R. Carter" Newsgroups: comp.lang.ada Subject: Re: Unicode string comparision functions Date: Wed, 11 Nov 2015 22:04:19 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: <00aab01c-7d18-408a-9a4c-feb80ac9a1e1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Date: Thu, 12 Nov 2015 05:02:05 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="caa759af2a9c666aec02942f6fe5abd6"; logging-data="27813"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Tt1/i+6g90sK/gtwojZl27w7QtHrrMtE=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <00aab01c-7d18-408a-9a4c-feb80ac9a1e1@googlegroups.com> X-Mozilla-News-Host: news://freenews.netfront.net Cancel-Lock: sha1:wTyNdcijx773ug9CGJEU7ECUxY4= Xref: news.eternal-september.org comp.lang.ada:28316 Date: 2015-11-11T22:04:19-07:00 List-Id: 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. http://www.adaic.org/resources/add_content/standards/12rm/html/RM-A-4-8.html#I5962 -- Jeff Carter "When Roman engineers built a bridge, they had to stand under it while the first legion marched across. If programmers today worked under similar ground rules, they might well find themselves getting much more interested in Ada!" Robert Dewar 62