Issue #1971 - Part 4: Generated files for Unicode 11.0.

This commit is contained in:
Job Bautista 2022-07-24 21:07:13 +08:00 committed by roytam1
commit 196f95dbff
3 changed files with 42 additions and 33 deletions

View file

@ -11,12 +11,13 @@
*/
/*
* Created on Thu Jun 23 07:44:34 2022 from UCD data files with version info:
* Created on Sun Jul 24 13:07:03 2022 from UCD data files with version info:
*
# Unicode Character Database
# Date: 2017-06-18, 23:32:00 GMT [KW]
# © 2017 Unicode®, Inc.
# Date: 2018-06-04, 17:57:00 GMT [KW]
# © 2018 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use, see http://www.unicode.org/terms_of_use.html
#
# For documentation, see the following:
@ -24,17 +25,17 @@
# UAX #38, "Unicode Han Database (Unihan)"
# UAX #44, "Unicode Character Database."
#
# The UAXes can be accessed at http://www.unicode.org/versions/Unicode10.0.0/
# The UAXes can be accessed at http://www.unicode.org/versions/Unicode11.0.0/
This directory contains the final data files
for the Unicode Character Database, for Version 10.0.0 of the Unicode Standard.
for the Unicode Character Database, for Version 11.0.0 of the Unicode Standard.
# IdentifierStatus.txt
# Date: 2017-04-08, 16:13:41 GMT
# Date: 2018-05-25, 00:12:52 GMT
#
# Unihan_Variants.txt
# Date: 2017-05-14 07:01:48 GMT [JHJ]
# Date: 2018-05-18 02:15:26 GMT [JHJ]
# VerticalOrientation-17.txt
# Date: 2016-10-20, 07:00:00 GMT [EM, KI, LI]
@ -46,8 +47,6 @@ for the Unicode Character Database, for Version 10.0.0 of the Unicode Standard.
#ifndef NS_UNICODE_SCRIPT_CODES
#define NS_UNICODE_SCRIPT_CODES
#pragma pack(1)
struct nsCharProps2 {
// Currently only 4 bits are defined here, so 4 more could be added without
@ -57,8 +56,6 @@ struct nsCharProps2 {
unsigned char mIdType:2;
};
#pragma pack()
namespace mozilla {
namespace unicode {
enum class Script : int16_t {
@ -237,8 +234,18 @@ enum class Script : int16_t {
HAN_WITH_BOPOMOFO = 172,
JAMO = 173,
SYMBOLS_EMOJI = 174,
MASARAM_GONDI = 175,
SOYOMBO = 176,
ZANABAZAR_SQUARE = 177,
DOGRA = 178,
GUNJALA_GONDI = 179,
MAKASAR = 180,
MEDEFAIDRIN = 181,
HANIFI_ROHINGYA = 182,
SOGDIAN = 183,
OLD_SOGDIAN = 184,
NUM_SCRIPT_CODES = 175,
NUM_SCRIPT_CODES = 185,
INVALID = -1
};