Skip to content

Commit 1eaf966

Browse files
committed
[format.string.std] Clarify that "extended grapheme clusters" is defined
by UAX #29, but "estimated widths" is not.
1 parent e15a52a commit 1eaf966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19515,8 +19515,8 @@
1951519515
For a string in a Unicode encoding,
1951619516
implementations should estimate the width of a string
1951719517
as the sum of estimated widths of
19518-
the first code points in its extended grapheme clusters
19519-
as defined by UAX \#29.
19518+
the first code points in its extended grapheme clusters.
19519+
The extended grapheme clusters of a string are defined by UAX \#29.
1952019520
The estimated width of the following code points is 2:
1952119521
\begin{itemize}
1952219522
\item \tcode{U+1100-U+115F}

0 commit comments

Comments
 (0)