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,6d9eb594a33cb947 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-30 14:27:45 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!151.189.0.75!newsfeed.germany.net!uni-erlangen.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: very specific question on Ada syntax Date: 30 Jan 2001 23:16:40 +0100 Organization: Enyo's not your organization Message-ID: <877l3ck7nb.fsf@deneb.enyo.de> References: <94s4vm$qr4$1@nnrp1.deja.com> <87bssu2h6w.fsf@deneb.enyo.de> <94vp38$ldv$1@nnrp1.deja.com> <8766ixe89y.fsf@deneb.enyo.de> <9571hp$ghg$1@nnrp1.deja.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:4730 Date: 2001-01-30T23:16:40+01:00 List-Id: Robert Dewar writes: > Yes, you can imagine a world in which 16 bit characters are > used uniformly, but that world is not today's world (I am > talking about common usage in Japan, Korea and China -- all > of which tend to use different representation methods, all > common ones of which are supported by GNAT. BTW, Unicode is now a 21.something bit character set, and the Wide_Character type is no longer appropriate for representing Unicode (UCS-4) characters. Will Ada be adapted accordingly?