diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2025-05-24 15:36:08 +0200 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2025-05-24 15:36:08 +0200 |
commit | fc524f75ee10bc4e8fc33e250f69949dbedc1935 (patch) | |
tree | 952d79967375e997585c811f40d50ed50e01ece9 /libunicode-table.h | |
parent | dfc254af513d6b7ca29616444728a43ffd7cb192 (diff) | |
download | quickjs-fc524f75ee10bc4e8fc33e250f69949dbedc1935.tar.gz quickjs-fc524f75ee10bc4e8fc33e250f69949dbedc1935.zip |
added missing 'Unknown' unicode Script
Diffstat (limited to 'libunicode-table.h')
-rw-r--r-- | libunicode-table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libunicode-table.h b/libunicode-table.h index 0120ea9..67df6b3 100644 --- a/libunicode-table.h +++ b/libunicode-table.h @@ -3130,6 +3130,7 @@ typedef enum { } UnicodeScriptEnum; static const char unicode_script_name_table[] = + "Unknown,Zzzz" "\0" "Adlam,Adlm" "\0" "Ahom,Ahom" "\0" "Anatolian_Hieroglyphs,Hluw" "\0" |