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: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: Avatox 1.0: Trouble with encoding in Windows Date: 14 Sep 2006 01:56:31 -0700 Organization: http://groups.google.com Message-ID: <1158224191.059815.103080@i42g2000cwa.googlegroups.com> References: <45051d37@news.upm.es> <45053aec$0$5142$9b4e6d93@newsspool1.arcor-online.net> <5ZednRK-0M3K15rYnZ2dnUVZ_o2dnZ2d@megapath.net> <1158145462.921837.152720@i42g2000cwa.googlegroups.com> NNTP-Posting-Host: 194.41.152.139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1158224196 1070 127.0.0.1 (14 Sep 2006 08:56:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 14 Sep 2006 08:56:36 +0000 (UTC) In-Reply-To: <1158145462.921837.152720@i42g2000cwa.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 fproxy.post.ch:3128 (squid/2.5.STABLE10) Complaints-To: groups-abuse@google.com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=194.41.152.139; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news2.google.com comp.lang.ada:6581 Date: 2006-09-14T01:56:31-07:00 List-Id: vgodunko@rostel.ru schrieb: > 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). Well, that effectivly means we all need to compile with: "-gnatiw", -- Wide-character codes allowed in identifiers "-gnatW8", -- UTF-8 encoding in order to be fully ASIS compatible. Good to know that both VIM and new GPS 4.0 support Utf-8. Mattin