Skip to content

Commit 29032cd

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

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
@@ -19400,8 +19400,7 @@
1940019400
The estimated width of the following code points is 2:
1940119401
\begin{itemize}
1940219402
\item \tcode{U+1100-U+115F}
19403-
\item \tcode{U+2329}
19404-
\item \tcode{U+232A}
19403+
\item \tcode{U+2329-U+232A}
1940519404
\item \tcode{U+2E80-U+303E}
1940619405
\item \tcode{U+3040-U+A4CF}
1940719406
\item \tcode{U+AC00-U+D7A3}
@@ -19410,10 +19409,10 @@
1941019409
\item \tcode{U+FE30-U+FE6F}
1941119410
\item \tcode{U+FF00-U+FF60}
1941219411
\item \tcode{U+FFE0-U+FFE6}
19413-
\item \tcode{U+20000-U+2FFFD}
19414-
\item \tcode{U+30000-U+3FFFD}
1941519412
\item \tcode{U+1F300-U+1F64F}
1941619413
\item \tcode{U+1F900-U+1F9FF}
19414+
\item \tcode{U+20000-U+2FFFD}
19415+
\item \tcode{U+30000-U+3FFFD}
1941719416
\end{itemize}
1941819417
The estimated width of other code points is 1.
1941919418

0 commit comments

Comments
 (0)