From c4e550703c2bdc1ee710507b8df9c0c9a118402e Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Tue, 4 Oct 2022 13:57:44 +0200 Subject: Update UCD to Revision 30 This corresponds to Unicode version 15.0.0. Added the following scripts: * Kawi * Nag Mundari Full support of these scripts requires harfbuzz version 5.2.0, this version adds support for Unicode 15.0: https://github.com/harfbuzz/harfbuzz/releases/tag/5.2.0 Fixes: QTBUG-106810 Change-Id: Ib06c526e49b0f01ef9f21123bcf875c6b19f2601 Reviewed-by: Edward Welbourne --- util/unicode/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'util/unicode/main.cpp') diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp index 9ac3bf833e..25da7e4ea2 100644 --- a/util/unicode/main.cpp +++ b/util/unicode/main.cpp @@ -50,6 +50,7 @@ static void initAgeMap() { QChar::Unicode_12_1, "12.1" }, // UCD Revision 24 { QChar::Unicode_13_0, "13.0" }, // UCD Revision 26 { QChar::Unicode_14_0, "14.0" }, // UCD Revision 28 + { QChar::Unicode_15_0, "15.0" }, // UCD Revision 30 { QChar::Unicode_Unassigned, 0 } }; AgeMap *d = ageMap; @@ -809,6 +810,10 @@ static void initScriptMap() { QChar::Script_Toto, "Toto"}, { QChar::Script_Vithkuqi, "Vithkuqi"}, + // 15.0 + { QChar::Script_Kawi, "Kawi"}, + { QChar::Script_NagMundari, "NagMundari"}, + // unhandled { QChar::Script_Unknown, 0 } }; -- cgit v1.2.3