comp.lang.ada
 help / color / mirror / Atom feed
From: Robert Dewar <robert_dewar@my-deja.com>
Subject: Re: Wide_String, Chinese & Japanese text files
Date: 1999/08/22
Date: 1999-08-22T00:00:00+00:00	[thread overview]
Message-ID: <7ppecr$jfj$1@nnrp1.deja.com> (raw)
In-Reply-To: 7pmitf$r71$1@front3.grolier.fr

In article <7pmitf$r71$1@front3.grolier.fr>,
  "Thierry Lelegard" <lelegard@club-internet.fr> wrote:

> Does anyone have some pointers to these standards and to some
> simple free text utilities which can create a few sample
> text files with a US or European keyboard on UNIX (for
> test purpose, not production of course).

One thing to realize here is that, unlike the typical situation
with 8-bit codes, there are two separate things to worry about:

1. The encoding of each character into its 16-bit value

2. The manner in which 16-bit values are encoded, typically
into a stream of 8-bit bytes.

Ada has a lot to say about 1, but nothing at all to say about
2. In particular you cannot look at an encoding standard that
gives the 16-bit codes and then ask for a sample text file,
because a sample text file is about 2. rather than 1.



Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




  reply	other threads:[~1999-08-22  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-20  0:00 Wide_String, Chinese & Japanese text files Thierry Lelegard
1999-08-21  0:00 ` Robert Dewar
1999-08-21  0:00   ` Thierry Lelegard
1999-08-22  0:00     ` Robert Dewar [this message]
1999-08-22  0:00     ` Florian Weimer
1999-08-25  0:00       ` Georg Bauhaus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox