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,88ed72d98e6b3457 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-05 10:41:37 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Standard Library Interest? Date: Sun, 5 Oct 2003 17:41:36 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <3F7F760E.2020901@comcast.net> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1065375696 18823 134.91.1.34 (5 Oct 2003 17:41:36 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sun, 5 Oct 2003 17:41:36 +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:271 Date: 2003-10-05T17:41:36+00:00 List-Id: Robert I. Eachus wrote: : Huh? Read the RM: The predefined type Wide_Character is a : character type whose values correspond to the 65536 code positions of : the ISO 10646 Basic Multilingual Plane (BMP). : : The BMP character set is identical to Unicode. How can this be when Unicode has more than 65536 code positions? (Assuming I wanted to use full Unicode, I guess I will have to rely on Implementation Permissions to provide me with a corresponding character type?) Georg