CVS difference for ais/ai-00285.txt

Differences between 1.33 and version 1.34
Log of other versions for file ais/ai-00285.txt

--- ais/ai-00285.txt	2005/12/15 02:43:58	1.33
+++ ais/ai-00285.txt	2005/12/20 02:34:04	1.34
@@ -6946,3 +6946,38 @@
 
 ****************************************************************
 
+From: Bob Duff
+Sent: Monday, June 6, 2005 12:34 AM
+
+I'm using draft 11.8 of the [A]ARM.
+
+3.5(27.5/2):
+
+        27.5/2 {nongraphic character} The image of an enumeration value is
+              either the corresponding identifier in upper case or the
+              corresponding character literal (including the two apostrophes);
+              neither leading nor trailing spaces are included. For a
+              nongraphic character (a value of a character type that has no
+              enumeration literal associated with it), the result is a
+              corresponding language-defined name in upper case (for example,
+              the image of the nongraphic character identified as nul is "
+              NUL" - the quotes are not part of the image).
+
+Do all the nongraphic characters have language-defined names?
+
+****************************************************************
+
+From: Randy Brukardt
+Sent: Monday, June 6, 2005  9:15 PM
+
+> Do all the nongraphic characters have language-defined names?
+
+Yes, 3.5.2(3.2/2) says:
+
+The characters whose code position is larger than 16#FF# and which are not
+graphic_characters have language-defined names which are formed by appending
+to the string "Hex_" the representation of their code position in
+hexadecimal as eight extended digits.
+
+****************************************************************
+

Questions? Ask the ACAA Technical Agent