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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,39bba31d32872db6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: skylendar@yahoo.com (skylendar) Newsgroups: comp.lang.ada Subject: Re: Ada and UTF-8 Date: 29 Apr 2005 13:32:24 -0700 Organization: http://groups.google.com Message-ID: <7eb5ab14.0504291232.8a4f0c2@posting.google.com> References: <7eb5ab14.0504271405.6468bd7e@posting.google.com> <42701787$0$10508$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Host: 83.77.28.209 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1114806745 19124 127.0.0.1 (29 Apr 2005 20:32:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 29 Apr 2005 20:32:25 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:10835 Date: 2005-04-29T13:32:24-07:00 List-Id: > This should become available with more recent compilers. > Ada 2005 supports UTF-8 via ISO 10646. > Meanwhile you can find implementations of Wide_String to UTF-8 String > in the GNAT sources, in XML/Ada, and elsewhere. > There is also EAStrings and AdaCL. > So far, I use an internal GNAT conversion routine. But I wanted a standard way to to this conversion. I'm looking forward to switching to ada 2005 when available. Thanx again