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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,421baaa91aa096a7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!53ab2750!not-for-mail Newsgroups: comp.lang.ada From: anon@anon.org (anon) Subject: Re: Wide_[Wide_]Character Reply-To: no to spamers (No@email.given.org) References: X-Newsreader: IBM NewsReader/2 2.0 Message-ID: Date: Sat, 12 Jul 2008 10:11:47 GMT NNTP-Posting-Host: 12.64.228.204 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1215857507 12.64.228.204 (Sat, 12 Jul 2008 10:11:47 GMT) NNTP-Posting-Date: Sat, 12 Jul 2008 10:11:47 GMT Organization: AT&T Worldnet Xref: g2news1.google.com comp.lang.ada:1125 Date: 2008-07-12T10:11:47+00:00 List-Id: Ada Wide_Character is defined as ISO-10646:2003 (32-bit) (RM 3.2.2 (3/2)). The unicode version is 4.0. Verified at http://www.unicode.org/versions/Unicode4.0.0/ In , Dale Stanbrough writes: >Unicode can be represented using UTF-8, UTF-16 and UTF-32 (amongst >others). > >I gather that Character is simply ISO-8859-1 (Latin-1). > >I suspect that Wide_Character is UCS-2 (simple 2 byte values, no escapes >like UTF-16). > >Is Wide_Wide_Character > > * UTF-16 > * UTF-32 (i.e. UCS-4) > * System dependent > * Something else > > >Thanks, > >Dale > >-- >dstanbro@spam.o.matic.bigpond.net.au