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 X-Received: by 2002:a02:9f01:: with SMTP id z1-v6mr21765985jal.5.1537233554338; Mon, 17 Sep 2018 18:19:14 -0700 (PDT) X-Received: by 2002:aca:af15:: with SMTP id y21-v6mr2793oie.6.1537233554243; Mon, 17 Sep 2018 18:19:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!news.muarf.org!nntpfeed.proxad.net!feeder1-1.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!x188-v6no27189ite.0!news-out.google.com!c63-v6ni36ith.0!nntp.google.com!x188-v6no27188ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Sep 2018 18:19:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=121.45.194.120; posting-account=3BDb0woAAAAxEpy0UNGOioOboBRjpqqT NNTP-Posting-Host: 121.45.194.120 References: <257bde0f-a691-4ce0-aa9b-01e0a67d3f20@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <903987e8-5645-4f94-acf7-23a06cf8746f@googlegroups.com> Subject: Re: Interface To C Struct That Includes An Array From: rogermc@iinet.net.au Injection-Date: Tue, 18 Sep 2018 01:19:14 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54356 Date: 2018-09-17T18:19:14-07:00 List-Id: > I now think that the rectangle containing four small zeros is displayed for the ascii code 11 (hex or dec?) CORRECTION The rectangle contains 000B. I made the mistake because of the very small characters. The B is obviously the hex code for decimal 11 so: Dec 11 is VT Vertical Tab So the original (without shifting) that is displayed seems to be: Length: 16, Data: (VT)000phoenix.pcx0 whereas, what it should be is: Length: 11, Data: phoenix.pcx