From dan@watson.ibm.com Mon Jan  6 22:03:57 1992
Received: from watson.ibm.com by dkuug.dk via EUnet with SMTP (5.64+/8+bit/IDA-1.2.8)
	id AA18426; Mon, 6 Jan 92 22:03:57 +0100
Received: from YKTVMV by watson.ibm.com (IBM VM SMTP V2R2) with BSMTP id 7004;
   Mon, 06 Jan 92 16:03:58 EST
Date: 06 Jan 1992 15:04:56 EST
From: dan@watson.ibm.com (Walt Daniels)
Phone: 914-784/863-6736
To: i18n@dkuug.dk
Message-Id: <010692.150456.dan@watson.ibm.com>
Subject: (i18n.135) Re:  (SC22WG14.165) Re: support for symbolic character names
X-Charset: ASCII
X-Char-Esc: 29

>If o/ denotes o-with-stroke I could write:
>
>          if (c == '\<o/>') ....
>Keld
That looks like a perfectly legal character string without any
mneumonic interpretation.  How do you distinguish?  I presume you add
a new character to those whose escaping has a special significance, but
it is certainly not a compatible change.

Besides which the "trend" is supposed to be to write internationalized
programs, instead of localized programs.  One of the rules of
internationalized programs is that literal strings must be in message
catalogs or some such.

