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 2002:a6b:df0d:: with SMTP id w13-v6mr6045050iog.32.1530630382188; Tue, 03 Jul 2018 08:06:22 -0700 (PDT) X-Received: by 2002:aca:f495:: with SMTP id s143-v6mr1969270oih.7.1530630381995; Tue, 03 Jul 2018 08:06:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u78-v6no716831itb.0!news-out.google.com!z3-v6ni848iti.0!nntp.google.com!u78-v6no716830itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Jul 2018 08:06:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <70c11a71-3832-4f57-8127-f3f1c48a052f@googlegroups.com> <62e38ee4-f72f-4ed8-bef1-952040fb7f8d@googlegroups.com> <64d8b4a1-a92c-4b90-b95c-e821749de969@googlegroups.com> <887212304.552080112.848502.laguest-archeia.com@nntp.aioe.org> <87muvan83x.fsf@adaheads.home> <1449870001.552246132.581310.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Strange crash on custom iterator From: Lucretia Injection-Date: Tue, 03 Jul 2018 15:06:22 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:53535 Date: 2018-07-03T08:06:21-07:00 List-Id: On Tuesday, 3 July 2018 15:17:14 UTC+1, J-P. Rosen wrote: > Le 03/07/2018 =C3=A0 16:08, Lucretia a =C3=A9crit=C2=A0: > > type Unicode_String is array (Positive range <>) of Integer; > Array of Integer???? For a Unicode_String... Firstly read the rest of this thread, secondly, i should've renamed that in= that simple test, because IT'S A TEST to show an error in the compiler. ht= tps://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D86391 > Btw, do you know the package Ada.Strings.UTF_Encoding ? Yes, I'm well aware of this completely useless type. 1) It's a subtype of String, which is incorrect as UTF-8 is not a superset = of Latin 1, this should never have been allowed. 2) Ada needs a decent Unicode library not this half-arsed crap we have now.