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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c701fabd98140d9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-27 19:13:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: <3d1b39cc$1@news.swissonline.ch> Subject: Re: Xmlada sax encoding problem X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1025230386 12.225.227.101 (Fri, 28 Jun 2002 02:13:06 GMT) NNTP-Posting-Date: Fri, 28 Jun 2002 02:13:06 GMT Organization: AT&T Broadband Date: Fri, 28 Jun 2002 02:13:06 GMT Xref: archiver1.google.com comp.lang.ada:26752 Date: 2002-06-28T02:13:06+00:00 List-Id: Input_Sources has a "Set_Encoding". I've never used it, but it sounds like the answer lies within. SteveD "erreur" wrote in message news:3d1b39cc$1@news.swissonline.ch... > Hi > > We are using Xmlada 0.7.1 sax API to parse xml files. The xml files are > encoded in latin1. Sax raised the following exception : > UNICODE.CES.INVALID_ENCODING : unicode-ces-utf8.adb:95. Is there a way to > tell sax to use latin1 instead of utf8 ? > > Regards > >