diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-04-24 09:33:22 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-04-24 09:52:59 +0200 |
commit | 3a8961577677dd4e910ed239047ad6c02cb2591b (patch) | |
tree | d86b8866aca0f2033d8c77dfe324939bd1e837c7 /src/include/common/unicode_combining_table.h | |
parent | f9c1b8dba4da4c17bc6b7c76dec476de6725660b (diff) |
Update Unicode data to Unicode 13.0.0 and CLDR 37
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}, |