Rename unicode_combining_table to unicode_width_table
authorJohn Naylor <john.naylor@postgresql.org>
Fri, 20 Aug 2021 14:34:26 +0000 (10:34 -0400)
committerJohn Naylor <john.naylor@postgresql.org>
Wed, 25 Aug 2021 17:01:35 +0000 (13:01 -0400)
commiteb0d0d2c7300c9c5c22b35975c11265aa4becc84
tree9604d1e906ec97ad7b8658e7058463c287b7f91d
parent373e08a9f771e724efd3bd29f78c39515792dcf3
Rename unicode_combining_table to unicode_width_table

No functional changes. A future commit will use this table for
other purposes besides combining characters.
src/common/unicode/Makefile
src/common/unicode/generate-unicode_width_table.pl [moved from src/common/unicode/generate-unicode_combining_table.pl with 91% similarity]
src/common/wchar.c
src/include/common/unicode_width_table.h [moved from src/include/common/unicode_combining_table.h with 97% similarity]