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,126331a81812ed9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-03 07:27:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: How to write text files in UTF8? Date: Wed, 3 Jul 2002 14:27:32 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <3d1bf076$1@news.swissonline.ch> <3D1C5DAB.F8F1D5BC@nbi.dk> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1025706452 17684 134.91.4.34 (3 Jul 2002 14:27:32 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 3 Jul 2002 14:27:32 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:26844 Date: 2002-07-03T14:27:32+00:00 List-Id: Jacob Sparre Andersen wrote: : Mr. Error wrote: : :> How to write text files in UTF8 in Ada95? : : I think that one might argue that this is compiler : dependent. This is from GNAT reference manual Wide_Text_IO Wide_Text_IO is similar in most respects to Text_IO, except that both input and output files may contain special sequences that represent wide character values. The encoding scheme for a given file may be specified using a FORM parameter: WCEM=x as part of the FORM string (WCEM = wide character encoding method), where x is one of the following characters ... -- Georg