diff options
Diffstat (limited to 'src/include/common/unicode_nonspacing_table.h')
-rw-r--r-- | src/include/common/unicode_nonspacing_table.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/include/common/unicode_nonspacing_table.h b/src/include/common/unicode_nonspacing_table.h index 7605712abc3..8d00e127fcd 100644 --- a/src/include/common/unicode_nonspacing_table.h +++ b/src/include/common/unicode_nonspacing_table.h @@ -86,7 +86,7 @@ static const struct mbinterval nonspacing[] = { {0x0E47, 0x0E4E}, {0x0EB1, 0x0EB1}, {0x0EB4, 0x0EBC}, - {0x0EC8, 0x0ECD}, + {0x0EC8, 0x0ECE}, {0x0F18, 0x0F19}, {0x0F35, 0x0F35}, {0x0F37, 0x0F37}, @@ -211,6 +211,7 @@ static const struct mbinterval nonspacing[] = { {0x10AE5, 0x10AE6}, {0x10D24, 0x10D27}, {0x10EAB, 0x10EAC}, + {0x10EFD, 0x10EFF}, {0x10F46, 0x10F50}, {0x10F82, 0x10F85}, {0x11001, 0x11001}, @@ -234,6 +235,7 @@ static const struct mbinterval nonspacing[] = { {0x11234, 0x11234}, {0x11236, 0x11237}, {0x1123E, 0x1123E}, + {0x11241, 0x11241}, {0x112DF, 0x112DF}, {0x112E3, 0x112EA}, {0x11300, 0x11301}, @@ -289,7 +291,12 @@ static const struct mbinterval nonspacing[] = { {0x11D95, 0x11D95}, {0x11D97, 0x11D97}, {0x11EF3, 0x11EF4}, - {0x13430, 0x13438}, + {0x11F00, 0x11F01}, + {0x11F36, 0x11F3A}, + {0x11F40, 0x11F40}, + {0x11F42, 0x11F42}, + {0x13430, 0x13440}, + {0x13447, 0x13455}, {0x16AF0, 0x16AF4}, {0x16B30, 0x16B36}, {0x16F4F, 0x16F4F}, @@ -308,9 +315,11 @@ static const struct mbinterval nonspacing[] = { {0x1DA84, 0x1DA84}, {0x1DA9B, 0x1DAAF}, {0x1E000, 0x1E02A}, + {0x1E08F, 0x1E08F}, {0x1E130, 0x1E136}, {0x1E2AE, 0x1E2AE}, {0x1E2EC, 0x1E2EF}, + {0x1E4EC, 0x1E4EF}, {0x1E8D0, 0x1E8D6}, {0x1E944, 0x1E94A}, {0xE0001, 0xE01EF}, |