Extend collection of Unicode combining characters to beyond the BMP
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 26 Aug 2021 17:07:34 +0000 (13:07 -0400)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 26 Aug 2021 17:07:34 +0000 (13:07 -0400)
commit5bc429aacb3722e55638a776332eebfa88dd60e5
tree67af088df26dc704c6d110fd30930b52cfa71087
parentbab982161e0590746a2fd2a03043b27108b23ac6
Extend collection of Unicode combining characters to beyond the BMP

The former limit was perhaps a carryover from an older hand-coded
table. Since commit bab982161 we have enough space in mbinterval to
store larger codepoints, so collect all combining characters.

Discussion: https://www.postgresql.org/message-id/49ad1fa0-174e-c901-b14c-c484b60907f1%40enterprisedb.com
src/common/unicode/generate-unicode_combining_table.pl
src/include/common/unicode_combining_table.h