Make Unicode script fit for future versions
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 18 Sep 2023 05:25:46 +0000 (07:25 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 18 Sep 2023 05:25:46 +0000 (07:25 +0200)
commit5c08927d365bf20c74fc141d75538ca7e44d303f
treecef9179c2a9fb0c9ede8bb9d7e6475171283e4ad
parente0e492e5a928e9c9eda01eeebadcfc36f9f8e7b7
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.
src/common/unicode/generate-unicode_east_asian_fw_table.pl