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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c701fabd98140d9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-27 09:14:06 PST Reply-To: "erreur" From: "erreur" Newsgroups: comp.lang.ada Subject: Xmlada sax encoding problem Date: Thu, 27 Jun 2002 18:13:35 +0200 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 NNTP-Posting-Host: 80.238.29.54 Message-ID: <3d1b39cc$1@news.swissonline.ch> X-Trace: news.swissonline.ch 1025194444 80.238.29.54 (27 Jun 2002 18:14:04 +0200) X-Complaints-To: abuse@swissonline.ch Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mailgate.org!news-zh.switch.ch!news.swissonline.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:26746 Date: 2002-06-27T18:13:35+02:00 List-Id: 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