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,e4abd14106db0029 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Sun, 22 Aug 2010 21:48:39 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 2012 and Unicode package (UTF-nn encodings handling) References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4c717f18$0$7652$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 22 Aug 2010 21:48:40 CEST NNTP-Posting-Host: 496384e1.newsspool1.arcor-online.net X-Trace: DXC=6]\ELW`0cX7QbA1[CgMQ00ic==]BZ:af>4Fo<]lROoR1<`=YMgDjhg2`BD X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:13633 Date: 2010-08-22T21:48:40+02:00 List-Id: On 8/22/10 8:51 PM, J-P. Rosen wrote: > I think you missed the "Encoding" function. The intended usage > (extracted from the !discussion section) is: > 1) Read the first line. Call function Encoding on that line with an > appropriate default to use if the line does not start with a > BOM. Initialize the encoding scheme to the value returned by the > function. Since Ada is an ISO language, is the name BOM for the non-UTF-8 thing used by Microsoft actually ISO? (I.e., has it become part of ISO 10646)? Georg