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:a24:a14:: with SMTP id 20mr3151299itw.23.1551447172702; Fri, 01 Mar 2019 05:32:52 -0800 (PST) X-Received: by 2002:a9d:7547:: with SMTP id b7mr3194694otl.244.1551447172505; Fri, 01 Mar 2019 05:32:52 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!y22no83980ita.0!news-out.google.com!d79ni192itc.0!nntp.google.com!y42no83790ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Mar 2019 05:32:52 -0800 (PST) In-Reply-To: <9975e218-29f2-4cd8-b8e6-eaa3b44593dc@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.242.59.251; posting-account=Q_zbpgoAAACg5YeFii9ZvtfXWVgahpU- NNTP-Posting-Host: 82.242.59.251 References: <9975e218-29f2-4cd8-b8e6-eaa3b44593dc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <52235c4c-ef02-4c53-9396-c6a0a381ea69@googlegroups.com> Subject: Re: Chess game in character over MS Windows From: manueledensenster@gmail.com Injection-Date: Fri, 01 Mar 2019 13:32:52 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55735 Date: 2019-03-01T05:32:52-08:00 List-Id: On Friday, March 1, 2019 at 2:07:21 PM UTC+1, manueled...@gmail.com wrote: > Hello, >=20 > I have inserted the 12 Wide_Character into a string of length 12 but gnat= make say at the ex=C3=A9cution : length check failed. >=20 > Help me please. >=20 >=20 > I have tested with UTF-8-auto-dos encoding with Emacs. >=20 > With GPS in UTF-8 is the same problem. >=20 > Thank you. Ok, i'am sorry. The problem is solved. I have removed Local_From_UTF8 instr= uction. And the chess character is printed. Thank you very much.