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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5bcc293dc5642650 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.21.229 with SMTP id y5mr1250488pbe.1.1318913662826; Mon, 17 Oct 2011 21:54:22 -0700 (PDT) Path: d5ni25242pbc.0!nntp.google.com!news2.google.com!postnews.google.com!s7g2000prh.googlegroups.com!not-for-mail From: ytomino Newsgroups: comp.lang.ada Subject: Re: Why no Ada.Wide_Directories? Date: Mon, 17 Oct 2011 21:54:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6e2c9988-cccc-4d07-9e4f-930d58f4fddb@s7g2000prh.googlegroups.com> References: <9937871.172.1318575525468.JavaMail.geo-discussion-forums@prib32> <418b8140-fafb-442f-b91c-e22cc47f8adb@y22g2000pri.googlegroups.com> NNTP-Posting-Host: 118.6.135.155 Mime-Version: 1.0 X-Trace: posting.google.com 1318913662 29278 127.0.0.1 (18 Oct 2011 04:54:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 18 Oct 2011 04:54:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s7g2000prh.googlegroups.com; posting-host=118.6.135.155; posting-account=Mi71UQoAAACnFhXo1NVxPlurinchtkIj User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1,gzip(gfe) Xref: news2.google.com comp.lang.ada:14023 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-10-17T21:54:22-07:00 List-Id: Excuse my digression. On Oct 18, 11:59=A0am, Yannick Duch=EAne (Hibou57) wrote: > Eiffel had an implementation of UTF-8 string, which was different > than the default ASCII string, and ***you could not access bytes from it*= ** (about ***) Really? I'm novice about Eiffel, but I think that accessing bytes of encoded string is worth. I can not believe it at once. So I did google. If you talk about UNICODE_STRING, it seems decoded from UTF-8 to code- points array (like Wide_Wide_String). http://www.maths.tcd.ie/~odunlain/eiffel/html/base/UNICODE_STRING.html If you talk about Eiffel.NET, it seems having byte_count and byte_item. http://www.eiffelroom.org/blog/peter_gummer/utf_8_unicode_in_eiffel_for_net