* lib/gen-uni-tables.c (is_WBP_MIDLETTER): Remove character 0x02D7.
The generated files are not affected.
+2021-12-30 Bruno Haible <bruno@clisp.org>
+
+ uniwbrk: Correction of Unicode 10.0.0 support.
+ * lib/gen-uni-tables.c (is_WBP_MIDLETTER): Remove character 0x02D7.
+ The generated files are not affected.
+
2021-12-30 Bruno Haible <bruno@clisp.org>
Update to Unicode 12.1.0.
is_WBP_MIDLETTER (unsigned int ch)
{
return (ch == 0x00B7 || ch == 0x05F4 || ch == 0x2027 || ch == 0x003A
- || ch == 0x0387 || ch == 0xFE13 || ch == 0xFE55 || ch == 0xFF1A
- || ch == 0x02D7);
+ || ch == 0x0387 || ch == 0xFE13 || ch == 0xFE55 || ch == 0xFF1A);
}
/* ========================================================================= */