From dan@watson.ibm.com Sun Jan 19 23:31:47 1992
Received: from watson.ibm.com by dkuug.dk via EUnet with SMTP (5.64+/8+bit/IDA-1.2.8)
	id AA21751; Sun, 19 Jan 92 23:31:47 +0100
Received: from YKTVMV by watson.ibm.com (IBM VM SMTP V2R2) with BSMTP id 2409;
   Sun, 19 Jan 92 17:31:37 EST
Date: 19 Jan 1992 17:19:49 EST
From: dan@watson.ibm.com (Walt Daniels)
Phone: 914-784/863-6736
To: i18n@dkuug.dk, xojig@xopen.co.uk
Message-Id: <011992.171949.dan@watson.ibm.com>
Subject: Re: Support for symbolic character names
X-Charset: ASCII
X-Char-Esc: 29

>Yes, this has been done in SC2/WG2. They have just numbered them
>and then they use the number as the name.
>
>Keld
So 90% of the "symbolic" names are just codepoint numbers. Why not just
use the numbers for the rest of them and eliminate the European bias!

About the only characters that should appear in internationalized
programs as quoted constants are the C locale syntactic delimiter
characters which may appear in parsing. The rest should be coming from
locale databases. The syntactic characters can appear as themselves
with no "symbolic" encoding, e.g. ':'.

Why does this remind me of some obnoxious IBM coding standards
that prohibit literals in code and require EQU statements in ASM code :-).
ONE   EQU    1

