File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 71
71
Language Specification},
72
72
Standard Ecma-262, third edition, 1999.
73
73
\item
74
- The Unicode Consortium. \doccite {The Unicode Standard}.
75
- Available from: \url {https://www.unicode.org/versions/latest /}
74
+ The Unicode Consortium. \doccite {The Unicode Standard}, Version 15.1 .
75
+ Available from: \url {https://www.unicode.org/versions/Unicode15.1.0 /}
76
76
\end {itemize }
77
77
\indextext {references!normative|)}
78
78
874
874
\ref {implimits } lists some quantities that can be subject to limitations and
875
875
a potential minimum supported value for each quantity.
876
876
877
+ \pnum
878
+ A conforming implementation may use an implementation-defined version
879
+ of the Unicode Standard that is a later version than the one
880
+ referenced in \ref {intro.refs }.
881
+
877
882
\pnum
878
883
A conforming implementation may have extensions (including
879
884
additional library functions), provided they do not alter the
Original file line number Diff line number Diff line change 48
48
\grammarterm {identifier-start} or
49
49
\grammarterm {identifier} followed by \grammarterm {identifier-continue}.
50
50
51
- \rSec 2[uaxid.def.rfmt]{R1a Restricted format characters}
52
-
53
- \pnum
54
- If an implementation of \UAX {31} wishes to allow format characters
55
- such as \unicode {200d}{zero width joiner} or \unicode {200c}{zero width non-joiner}
56
- it must define a profile allowing them, or
57
- describe precisely which combinations are permitted.
58
-
59
- \pnum
60
- \Cpp {} does not allow format characters in identifiers, so this does not apply.
61
-
62
51
\rSec 2[uaxid.def.stable]{R1b Stable identifiers}
63
52
64
53
\pnum
Original file line number Diff line number Diff line change 451
451
\removedxref {type.index.members }
452
452
\removedxref {type.index.hash }
453
453
454
+ % CWG 2843 removed [uaxid.def.rfmt]
455
+ \removedxref {uaxid.def.rfmt }
456
+
454
457
% %% Renamed sections.
455
458
% %% Examples:
456
459
%
Original file line number Diff line number Diff line change @@ -2594,6 +2594,7 @@ type.index.overview
2594
2594
type.index.synopsis
2595
2595
type.info
2596
2596
typeinfo.syn
2597
+ uaxid.def.rfmt
2597
2598
uncaught.exceptions
2598
2599
underflow.error
2599
2600
uninitialized.construct.default
You can’t perform that action at this time.
0 commit comments