From df4e200bf261c08a46d87756c7c490f61059dc87 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:24:54 +0000 Subject: [PATCH] [lex.phases] Move \iref to the first use of the referenced term --- source/lex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lex.tex b/source/lex.tex index 73dd7f788c..1cf4cf0799 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -90,7 +90,7 @@ does not constitute an endorsement by ISO or IEC of this product. \end{footnote} scalar values. -A sequence of translation character set elements is then formed +A sequence of translation character set elements\iref{lex.charset} is then formed by mapping each Unicode scalar value to the corresponding translation character set element. In the resulting sequence, @@ -103,7 +103,7 @@ For any other kind of input file supported by the implementation, characters are mapped, in an \impldef{mapping physical source file characters to translation character set} manner, -to a sequence of translation character set elements\iref{lex.charset}, +to a sequence of translation character set elements, representing end-of-line indicators as new-line characters. \item