Update UCDN to upstream commit 8af93f30

This adds support for Unicode 8.0 and fixes a bug with wrong properties
for ranges of codepoints.
This commit is contained in:
Grigori Goronzy 2015-07-08 23:28:11 +02:00 committed by Behdad Esfahbod
parent c81d957a26
commit 91a2e5d287
3 changed files with 1122 additions and 1065 deletions

View File

@ -148,6 +148,12 @@ static const hb_script_t ucdn_script_translate[] =
HB_SCRIPT_SIDDHAM,
HB_SCRIPT_TIRHUTA,
HB_SCRIPT_WARANG_CITI,
HB_SCRIPT_AHOM,
HB_SCRIPT_ANATOLIAN_HIEROGLYPHS,
HB_SCRIPT_HATRAN,
HB_SCRIPT_MULTANI,
HB_SCRIPT_OLD_HUNGARIAN,
HB_SCRIPT_SIGNWRITING,
};
static hb_unicode_combining_class_t

View File

@ -191,6 +191,12 @@ typedef unsigned __int64 uint64_t;
#define UCDN_SCRIPT_SIDDHAM 123
#define UCDN_SCRIPT_TIRHUTA 124
#define UCDN_SCRIPT_WARANG_CITI 125
#define UCDN_SCRIPT_AHOM 126
#define UCDN_SCRIPT_ANATOLIAN_HIEROGLYPHS 127
#define UCDN_SCRIPT_HATRAN 128
#define UCDN_SCRIPT_MULTANI 129
#define UCDN_SCRIPT_OLD_HUNGARIAN 130
#define UCDN_SCRIPT_SIGNWRITING 131
#define UCDN_GENERAL_CATEGORY_CC 0
#define UCDN_GENERAL_CATEGORY_CF 1

File diff suppressed because it is too large Load Diff