Update to Unicode 15.0

This commit is contained in:
pagedown
2022-09-29 10:13:21 +08:00
parent fc15b20f24
commit 13a3c6b5b2
7 changed files with 32555 additions and 31362 deletions

View File

@@ -2,7 +2,7 @@
#include "data-types.h"
#include "state.h"
// START_KNOWN_MARKS
static const combining_type VS15 = 1362, VS16 = 1363;
static const combining_type VS15 = 1364, VS16 = 1365;
// END_KNOWN_MARKS
bool is_combining_char(char_type ch);