Skip to content

Commit 21a8023

Browse files
authored
Merge pull request #598 from tats-u/cjk-friendly-unicode-17
Update `is_cjk` in CJK Friendly Emphasis to Unicode 17
2 parents 64dc374 + 2ffcab2 commit 21a8023

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/parser/inlines.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ impl FlankingCheckHelper for char {
8484
| 0xffe0..=0xffe6
8585
| 0xffe8..=0xffee
8686
| 0x16fe0..=0x16fe4
87-
| 0x16ff0..=0x16ff1
88-
| 0x17000..=0x187f7
89-
| 0x18800..=0x18cd5
90-
| 0x18cff..=0x18d08
87+
| 0x16ff0..=0x16ff6
88+
| 0x17000..=0x18cd5
89+
| 0x18cff..=0x18d1e
90+
| 0x18d80..=0x18df2
9191
| 0x1aff0..=0x1aff3
9292
| 0x1aff5..=0x1affb
9393
| 0x1affd..=0x1affe

0 commit comments

Comments
 (0)