Make Unicode script fit for future versions

Peter Eisentraut <peter@eisentraut.org>

Commit: 5c08927d365bf20c74fc141d75538ca7e44d303f
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-09-18T05:25:46Z
Releases: 17.0
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.

Files