• Show log

    Commit

  • Hash : fc7a3cca
    Author : Bruno Haible
    Date : 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.