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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a82f86f344c98f79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!i42g2000cwa.googlegroups.com!not-for-mail From: vgodunko@rostel.ru Newsgroups: comp.lang.ada Subject: Re: Avatox 1.0: Trouble with encoding in Windows Date: 13 Sep 2006 04:04:23 -0700 Organization: http://groups.google.com Message-ID: <1158145462.921837.152720@i42g2000cwa.googlegroups.com> References: <45051d37@news.upm.es> <45053aec$0$5142$9b4e6d93@newsspool1.arcor-online.net> <5ZednRK-0M3K15rYnZ2dnUVZ_o2dnZ2d@megapath.net> NNTP-Posting-Host: 83.221.197.84 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1158145468 26208 127.0.0.1 (13 Sep 2006 11:04:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 13 Sep 2006 11:04:28 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050905,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 pavo.rostov.ts:81 (squid/2.5.STABLE14) Complaints-To: groups-abuse@google.com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=83.221.197.84; posting-account=375N4Q0AAAAzUuvO_GtQ1y4GcAOan41q Xref: g2news2.google.com comp.lang.ada:6574 Date: 2006-09-13T04:04:23-07:00 List-Id: Randy Brukardt wrote: > > ASIS 99 currently returns identifiers in Wide_Strings. That is enough to > handle all possible Ada 95 programs. I suspect that the problem is in the > XML conversion tool not handling Wide_Characters properly and not with ASIS. > (Or just as likely, the XML processing tools not handling UTF-8 properly.) > This is known ASIS for GNAT problem. AdaCore's GNAT/ASIS don't support source code recoding. It correctly work only for ASCII and UTF-8 encodings (this require compiling with -gnatW8 switch).