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-Thread: 103376,43ab55a75a8b5d1 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!75g2000cwc.googlegroups.com!not-for-mail From: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: System.WCh_Cnv Date: 14 Jul 2006 00:40:32 -0700 Organization: http://groups.google.com Message-ID: <1152862832.649761.205770@75g2000cwc.googlegroups.com> References: <3082414.k9Jeq3hKxq@linux1.krischik.com> <1152811469.003475.301520@s13g2000cwa.googlegroups.com> NNTP-Posting-Host: 138.189.120.38 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1152862837 5751 127.0.0.1 (14 Jul 2006 07:40:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Jul 2006 07:40:37 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 75g2000cwc.googlegroups.com; posting-host=138.189.120.38; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news2.google.com comp.lang.ada:5682 Date: 2006-07-14T00:40:32-07:00 List-Id: Bj=F6rn Persson schrieb: > Let's get some things straight so that we'll understand each other > better. Unicode defines several character encodings. When you write > "Unicode", do you mean UTF-8, UTF-16, UCS-4 (also called UTF-32) or > UCS-2? Ada's Wide_String is UCS-2 and Wide_Wide_String is UCS-4. I wonder about that. UCS character set are fixed length and UTF character sets are variable lengt. So is it rigth to say that UCS-4 is UTF-32? Martin