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 10.50.106.116 with SMTP id gt20mr11881910igb.0.1381954653245; Wed, 16 Oct 2013 13:17:33 -0700 (PDT) X-Received: by 10.49.48.38 with SMTP id i6mr157755qen.4.1381954653172; Wed, 16 Oct 2013 13:17:33 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!i2no16224035qav.0!news-out.google.com!9ni45434qaf.0!nntp.google.com!i2no16224027qav.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 16 Oct 2013 13:17:32 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 206.53.78.59 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <14357314-5521-4275-9949-9ea42c790147@googlegroups.com> Subject: Re: Passing a String to a C/C++ Subprogram (Special Case) From: sbelmont700@gmail.com Injection-Date: Wed, 16 Oct 2013 20:17:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1412 Xref: number.nntp.dca.giganews.com comp.lang.ada:183642 Date: 2013-10-16T13:17:32-07:00 List-Id: Is it not also true that an Ada Character is not necessarily the same mapping as a C char? If the C program has to output the glyphs and not just deal with the bytes, I would think it would be subject to things like the current code page, etc. -sb