Skip to content

Commit 7527e05

Browse files
committed
[lex.string] Fix excessive whitespace stretching by allowing a linebreak
in the middle of the interval "[E000, 10FFFF]".
1 parent bbcd6bb commit 7527e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
\begin{note}
17871787
Any \grammarterm{universal-character-name}{s} are required to
17881788
correspond to a code point in the range
1789-
$[0, \mathrm{D800})$ or $[\mathrm{E000}, \mathrm{10FFFF}]$ (hexadecimal)\iref{lex.charset}.
1789+
$[0,$ $\mathrm{D800})$ or $[\mathrm{E000},$ $\mathrm{10FFFF}]$ (hexadecimal)\iref{lex.charset}.
17901790
\end{note}
17911791
The size of a narrow string literal is
17921792
the total number of escape sequences and other characters, plus at least

0 commit comments

Comments
 (0)