zwsp and thsp are now recognised as whitespaces

This commit is contained in:
minjaesong
2024-05-19 00:46:30 +09:00
parent 1f318837e7
commit 2c10407c17

View File

@@ -992,6 +992,9 @@ class MovableType(
private val controlOuts = listOf(0xFFFBF, 0xFFFC0).toSortedSet()
private val whitespaceGlues = hashMapOf(
0x20 to 4,
0x2009 to 2,
0x200A to 1,
0x200B to 0,
0x3000 to 16,
0xF0520 to 7, // why????
)