Skip to content

Commit f625fef

Browse files
committed
[intro.memory] Move footnote about Unicode trademark to [lex.phases]
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit f625fef

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

source/basic.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,11 +3086,6 @@
30863086
\indextext{character set!basic literal}%
30873087
literal character set\iref{lex.charset}
30883088
and the eight-bit code units of the Unicode
3089-
\begin{footnote}
3090-
Unicode\textregistered\ is a registered trademark of Unicode, Inc.
3091-
This information is given for the convenience of users of this document and
3092-
does not constitute an endorsement by ISO or IEC of this product.
3093-
\end{footnote}
30943089
\indextext{UTF-8}%
30953090
UTF-8 encoding form
30963091
and is composed of a contiguous sequence of

source/lex.tex

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@
8383
\end{note}
8484
If an input file is determined to be a UTF-8 file,
8585
then it shall be a well-formed UTF-8 code unit sequence and
86-
it is decoded to produce a sequence of Unicode scalar values.
86+
it is decoded to produce a sequence of Unicode
87+
\begin{footnote}
88+
Unicode\textregistered\ is a registered trademark of Unicode, Inc.
89+
This information is given for the convenience of users of this document and
90+
does not constitute an endorsement by ISO or IEC of this product.
91+
\end{footnote}
92+
scalar values.
8793
A sequence of translation character set elements is then formed
8894
by mapping each Unicode scalar value
8995
to the corresponding translation character set element.

0 commit comments

Comments
 (0)