diff options
Diffstat (limited to 'src/include/common/unicode_combining_table.h')
-rw-r--r-- | src/include/common/unicode_combining_table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/common/unicode_combining_table.h b/src/include/common/unicode_combining_table.h index b4a85882386..a9f10c31bc8 100644 --- a/src/include/common/unicode_combining_table.h +++ b/src/include/common/unicode_combining_table.h @@ -73,6 +73,7 @@ static const struct mbinterval combining[] = { {0x0D41, 0x0D44}, {0x0D4D, 0x0D4D}, {0x0D62, 0x0D63}, + {0x0D81, 0x0D81}, {0x0DCA, 0x0DCA}, {0x0DD2, 0x0DD6}, {0x0E31, 0x0E31}, @@ -162,6 +163,7 @@ static const struct mbinterval combining[] = { {0xA806, 0xA806}, {0xA80B, 0xA80B}, {0xA825, 0xA826}, + {0xA82C, 0xA82C}, {0xA8C4, 0xA8C5}, {0xA8E0, 0xA8F1}, {0xA8FF, 0xA8FF}, |