|
7 | 7 | This Annex describes the choices made in application of
|
8 | 8 | \UAX{31} (``Unicode Identifier and Pattern Syntax'')
|
9 | 9 | to \Cpp{} in terms of the requirements from \UAX{31} and
|
10 |
| -how they do or do not apply to \Cpp{}. |
| 10 | +how they do or do not apply to this document. |
11 | 11 | In terms of \UAX{31},
|
12 |
| -\Cpp{} conforms by meeting the requirements |
| 12 | +this document conforms by meeting the requirements |
13 | 13 | R1 ``Default Identifiers'' and
|
14 |
| -R4 ``Equivalent Normalized Identifiers''. |
15 |
| -The other requirements, also listed below, |
16 |
| -are either alternatives not taken or do not apply to \Cpp{}. |
| 14 | +R4 ``Equivalent Normalized Identifiers'' from \UAX{31}. |
| 15 | +The other requirements from \UAX{31}, also listed below, |
| 16 | +are either alternatives not taken or do not apply to this document. |
17 | 17 |
|
18 | 18 | \rSec1[uaxid.def]{R1 Default identifiers}
|
19 | 19 |
|
|
91 | 91 | during the processes of lexing and parsing.
|
92 | 92 |
|
93 | 93 | \pnum
|
94 |
| -\Cpp{} does not claim conformance with this requirement. |
| 94 | +This document does not claim conformance with this requirement from \UAX{31}. |
95 | 95 |
|
96 | 96 | \rSec1[uaxid.eqn]{R4 Equivalent normalized identifiers}
|
97 | 97 |
|
|
100 | 100 | how identifiers are compared and considered equivalent.
|
101 | 101 |
|
102 | 102 | \pnum
|
103 |
| -\Cpp{} requires that identifiers be in Normalization Form C and |
| 103 | +This document requires that identifiers be in Normalization Form C and |
104 | 104 | therefore identifiers that compare the same under NFC are equivalent.
|
105 | 105 | This is described in \ref{lex.name}.
|
106 | 106 |
|
107 | 107 | \rSec1[uaxid.eqci]{R5 Equivalent case-insensitive identifiers}
|
108 | 108 |
|
109 | 109 | \pnum
|
110 |
| -\Cpp{} considers case to be significant in identifier comparison, and |
| 110 | +This document considers case to be significant in identifier comparison, and |
111 | 111 | does not do any case folding.
|
112 |
| -This requirement does not apply to \Cpp{}. |
| 112 | +This requirement from \UAX{31} does not apply to this document. |
113 | 113 |
|
114 | 114 | \rSec1[uaxid.filter]{R6 Filtered normalized identifiers}
|
115 | 115 |
|
|
118 | 118 | \UAX{31} requires a precise specification of those exclusions.
|
119 | 119 |
|
120 | 120 | \pnum
|
121 |
| -\Cpp{} does not make any such exclusions. |
| 121 | +This document does not make any such exclusions. |
122 | 122 |
|
123 | 123 | \rSec1[uaxid.filterci]{R7 Filtered case-insensitive identifiers}
|
124 | 124 |
|
125 | 125 | \pnum
|
126 | 126 | \Cpp{} identifiers are case sensitive, and
|
127 |
| -therefore this requirement does not apply. |
| 127 | +therefore this requirement from \UAX{31} does not apply. |
128 | 128 |
|
129 | 129 | \rSec1[uaxid.hashtag]{R8 Hashtag identifiers}
|
130 | 130 |
|
131 | 131 | \pnum
|
132 |
| -There are no hashtags in \Cpp{}, so this requirement does not apply. |
| 132 | +There are no hashtags in \Cpp{}, so this requirement from \UAX{31} does not apply. |
0 commit comments