Fix a regression in the handling of some combining characters such as zero width joiners

Fixes #4439
This commit is contained in:
Kovid Goyal
2022-01-05 08:35:46 +05:30
parent 9aefcfe56f
commit d875615c03
6 changed files with 435 additions and 422 deletions

View File

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