pgsql: Make Unicode script fit for future versions

Started by Peter Eisentrautalmost 3 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Make Unicode script fit for future versions

Between Unicode 15.0.0 and 15.1.0, the whitespace in
EastAsianWidth.txt has changed a bit, such as from

0020;Na # Zs SPACE

to

0020 ; Na # Zs SPACE

with space around the semicolon. Adjust the script to be able to
parse that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c08927d365bf20c74fc141d75538ca7e44d303f

Modified Files
--------------
src/common/unicode/generate-unicode_east_asian_fw_table.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)