diff options
| author | Lars Knoll <lars.knoll@qt.io> | 2017-12-12 09:47:53 +0100 |
|---|---|---|
| committer | Lars Knoll <lars.knoll@qt.io> | 2018-01-03 07:46:31 +0000 |
| commit | 8bfabb34dec8a437a08b5a6e0ecac4a9dd3ae18c (patch) | |
| tree | 6e69b05e97f6803e9f7ca1b914c341747a8e0d67 /src/corelib/tools/qchar.h | |
| parent | 2b2b9c9962e09db1f1ea34773959e3cc626ecce4 (diff) | |
Update most Unicode data to version 10.0
The text segmentation data is not being updated in this change,
as it requires additional code changes. Updating those will
come in a follow-up commit.
Change-Id: I5d6b6bc96044e8dd0c25cf6f79756e7f68bf6e7c
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/corelib/tools/qchar.h')
| -rw-r--r-- | src/corelib/tools/qchar.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/corelib/tools/qchar.h b/src/corelib/tools/qchar.h index 53cb8993fbc..7a2d095fd07 100644 --- a/src/corelib/tools/qchar.h +++ b/src/corelib/tools/qchar.h @@ -296,6 +296,20 @@ public: Script_OldHungarian, Script_SignWriting, + // Unicode 9.0 additions + Script_Adlam, + Script_Bhaiksuki, + Script_Marchen, + Script_Newa, + Script_Osage, + Script_Tangut, + + // Unicode 10.0 additions + Script_MasaramGondi, + Script_Nushu, + Script_Soyombo, + Script_ZanabazarSquare, + ScriptCount }; @@ -387,7 +401,9 @@ public: Unicode_6_2, Unicode_6_3, Unicode_7_0, - Unicode_8_0 + Unicode_8_0, + Unicode_9_0, + Unicode_10_0 }; // ****** WHEN ADDING FUNCTIONS, CONSIDER ADDING TO QCharRef TOO |
