Skip to content

Commit 54d25c3

Browse files
author
Dawn Perchik
committed
[format.string.std] Use "-" in unicode ranges as suggested in #3753
1 parent fb2ba11 commit 54d25c3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

source/utilities.tex

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19939,21 +19939,21 @@
1993919939
\begin{example}
1994019940
The estimated width of the following code points is 2:
1994119941
\begin{codeblock}
19942-
U+1100 .. U+115F
19942+
U+1100-U+115F
1994319943
U+2329
1994419944
U+232A
19945-
U+2E80 .. U+303E
19946-
U+3040 .. U+A4CF
19947-
U+AC00 .. U+D7A3
19948-
U+F900 .. U+FAFF
19949-
U+FE10 .. U+FE19
19950-
U+FE30 .. U+FE6F
19951-
U+FF00 .. U+FF60
19952-
U+FFE0 .. U+FFE6
19953-
U+20000 .. U+2FFFD
19954-
U+30000 .. U+3FFFD
19955-
U+1F300 .. U+1F64F
19956-
U+1F900 .. U+1F9FF
19945+
U+2E80-U+303E
19946+
U+3040-U+A4CF
19947+
U+AC00-U+D7A3
19948+
U+F900-U+FAFF
19949+
U+FE10-U+FE19
19950+
U+FE30-U+FE6F
19951+
U+FF00-U+FF60
19952+
U+FFE0-U+FFE6
19953+
U+20000-U+2FFFD
19954+
U+30000-U+3FFFD
19955+
U+1F300-U+1F64F
19956+
U+1F900-U+1F9FF
1995719957
\end{codeblock}
1995819958
The estimated width of other code points is 1.
1995919959
\end{example}

0 commit comments

Comments
 (0)