File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -683,9 +683,11 @@ Characters and Letters</h3>
683
683
the character before and after the segment break is <code> F</code> ,
684
684
<code> W</code> , or <code> H</code> (not <code> A</code> ),
685
685
and neither side is Hangul, then the segment break is removed.
686
- <li> Otherwise, if the <a>East Asian Width property</a> [[!UAX11]] of either
687
- the character before or after the segment break is <code> A</code>
688
- and that character’s <a>content language</a> is Chinese, Japanese, or Yi,
686
+ <li> Otherwise, if the <a>content language</a> of the <a>segment break</a>
687
+ is Chinese, Japanese, or Yi,
688
+ and the character before or after the segment break
689
+ is punctuation or a symbol (Unicode <a>general category</a> P* or S*)
690
+ and has an <a>East Asian Width property</a> of <code> A</code> ,
689
691
and the character on the other side of the segment break is
690
692
<code> F</code> , <code> W</code> , or <code> H</code> ,
691
693
and not Hangul, then the segment break is removed.
You can’t perform that action at this time.
0 commit comments