From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:ac8:5dd2:: with SMTP id e18mr16941166qtx.267.1636026203269; Thu, 04 Nov 2021 04:43:23 -0700 (PDT) X-Received: by 2002:a25:c68a:: with SMTP id k132mr40651390ybf.531.1636026203007; Thu, 04 Nov 2021 04:43:23 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 4 Nov 2021 04:43:22 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.60.6.132; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 94.60.6.132 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to read in a (long) UTF-8 file, incrementally? From: Marius Amado-Alves Injection-Date: Thu, 04 Nov 2021 11:43:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:63094 List-Id: Great libraries, thanks. It still seems to me that Wide_Wide_Character is useful. It allows to repre= sent the character directly in the sourcecode e.g. if C =3D '=C2=B1' then ... And Wide_Wide_Character'Pos should give the codepoint.