Skip to content

Commit 96fb041

Browse files
authored
Merge 2023-02 LWG Motion 10
P2675R1 format's width estimation is too approximate and not forward compatible
2 parents 405d4ec + e06d774 commit 96fb041

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

source/utilities.tex

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15026,20 +15026,16 @@
1502615026
The extended grapheme clusters of a string are defined by \UAX{29}.
1502715027
The estimated width of the following code points is 2:
1502815028
\begin{itemize}
15029-
\item \ucode{1100} -- \ucode{115f}
15030-
\item \ucode{2329} -- \ucode{232a}
15031-
\item \ucode{2e80} -- \ucode{303e}
15032-
\item \ucode{3040} -- \ucode{a4cf}
15033-
\item \ucode{ac00} -- \ucode{d7a3}
15034-
\item \ucode{f900} -- \ucode{faff}
15035-
\item \ucode{fe10} -- \ucode{fe19}
15036-
\item \ucode{fe30} -- \ucode{fe6f}
15037-
\item \ucode{ff00} -- \ucode{ff60}
15038-
\item \ucode{ffe0} -- \ucode{ffe6}
15039-
\item \ucode{1f300} -- \ucode{1f64f}
15040-
\item \ucode{1f900} -- \ucode{1f9ff}
15041-
\item \ucode{20000} -- \ucode{2fffd}
15042-
\item \ucode{30000} -- \ucode{3fffd}
15029+
\item
15030+
Any code point with the \tcode{East_Asian_Width="W"} or
15031+
\tcode{East_Asian_Width="F"} Derived Extracted Property as described by
15032+
\UAX{44}
15033+
\item
15034+
\ucode{4dc0} -- \ucode{4dff} (Yijing Hexagram Symbols)
15035+
\item
15036+
\ucode{1f300} -- \ucode{1f5ff} (Miscellaneous Symbols and Pictographs)
15037+
\item
15038+
\ucode{1f900} -- \ucode{1f9ff} (Supplemental Symbols and Pictographs)
1504315039
\end{itemize}
1504415040
The estimated width of other code points is 1.
1504515041

0 commit comments

Comments
 (0)