Bug 1405993 - Part 6: Regenerate Unicode files after ICU update. r=jfkthame

--HG--
extra : rebase_source : 058ef6104e2aafb407ee951d4b1dd1ab79b6b002
This commit is contained in:
André Bargull 2017-11-01 12:10:08 -07:00
parent 0d5d6f6db8
commit 4d1b9920dd
2 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@
*/
/*
* Created on Thu Sep 21 20:35:51 2017 from UCD data files with version info:
* Created on Wed Nov 1 19:09:25 2017 from UCD data files with version info:
*
# Unicode Character Database

View File

@ -11,7 +11,7 @@
*/
/*
* Created on Thu Sep 21 20:35:51 2017 from UCD data files with version info:
* Created on Wed Nov 1 19:09:25 2017 from UCD data files with version info:
*
# Unicode Character Database
@ -237,8 +237,11 @@ enum class Script : int16_t {
HAN_WITH_BOPOMOFO = 172,
JAMO = 173,
SYMBOLS_EMOJI = 174,
MASARAM_GONDI = 175,
SOYOMBO = 176,
ZANABAZAR_SQUARE = 177,
NUM_SCRIPT_CODES = 175,
NUM_SCRIPT_CODES = 178,
INVALID = -1
};