Skip to content

Commit cfd03b5

Browse files
committed
[format.string.std] Put code point ranges in numerical order and collapse two adjacent code points into a range.
1 parent e41f46c commit cfd03b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/utilities.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19399,8 +19399,7 @@
1939919399
The estimated width of the following code points is 2:
1940019400
\begin{itemize}
1940119401
\item \tcode{U+1100-U+115F}
19402-
\item \tcode{U+2329}
19403-
\item \tcode{U+232A}
19402+
\item \tcode{U+2329-U+232A}
1940419403
\item \tcode{U+2E80-U+303E}
1940519404
\item \tcode{U+3040-U+A4CF}
1940619405
\item \tcode{U+AC00-U+D7A3}
@@ -19409,10 +19408,10 @@
1940919408
\item \tcode{U+FE30-U+FE6F}
1941019409
\item \tcode{U+FF00-U+FF60}
1941119410
\item \tcode{U+FFE0-U+FFE6}
19412-
\item \tcode{U+20000-U+2FFFD}
19413-
\item \tcode{U+30000-U+3FFFD}
1941419411
\item \tcode{U+1F300-U+1F64F}
1941519412
\item \tcode{U+1F900-U+1F9FF}
19413+
\item \tcode{U+20000-U+2FFFD}
19414+
\item \tcode{U+30000-U+3FFFD}
1941619415
\end{itemize}
1941719416
The estimated width of other code points is 1.
1941819417

0 commit comments

Comments
 (0)