Commit fc7a3cca2df6dac4aba0c04d154ce526d21fd5ed

Bruno Haible 2024-09-20T12:43:57

unictype/scripts: Fix integer overflow in generated table. Reported by clang through a -Wconstant-conversion warning. * lib/gen-uni-tables.c (output_scripts): Generate a level2 array of 'unsigned short', not 'short', values. * lib/unictype/scripts.h: Regenerated. * lib/unictype/scripts.c (uc_script): Update accordingly.