Commit 55764bc9 authored by André Bargull's avatar André Bargull
Browse files

Bug 1610512 - Part 4: Update Gecko to Unicode 13. r=jfkthame

Add generated files to "Generated.txt" to exclude them from being linted to
avoid a "trailing whitespace" error in a comment copied over from the original
Unicode files.

Depends on D66557

Differential Revision: https://phabricator.services.mozilla.com/D66558

--HG--
extra : moz-landing-system : lando
parent 71a918f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
#include "mozilla/ArrayUtils.h" // for ArrayLength
#include <stdlib.h>       // for bsearch

/* SpecialCasing-12.1.0.txt */
/* Date: 2019-03-10, 10:53:28 GMT */
/* SpecialCasing-13.0.0.txt */
/* Date: 2019-09-08, 23:31:24 GMT */

using mozilla::unicode::MultiCharMapping;

+38 −35

File changed.

Preview size limit exceeded, changes collapsed.

+16 −11
Original line number Diff line number Diff line
@@ -11,31 +11,32 @@
 */

/*
 * Created on Fri Apr 12 13:11:07 2019 from UCD data files with version info:
 * Created on Thu Mar 12 09:57:47 2020 from UCD data files with version info:
 *

# Unicode Character Database
# Date: 2019-03-05, 22:57:00 GMT [KW]
# © 2019 Unicode®, Inc.
# Date: 2020-03-06, 20:34:00 GMT [KW]
# © 2020 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 terms of use, see https://www.unicode.org/terms_of_use.html
#
# For documentation, see the following:
# NamesList.html
# UAX #38, "Unicode Han Database (Unihan)"
# UAX #44, "Unicode Character Database."
# UAX #44, "Unicode Character Database"
# UTS #51, "Unicode Emoji"
#
# The UAXes can be accessed at http://www.unicode.org/versions/Unicode12.0.0/
# The UAXes and UTS #51 can be accessed at https://www.unicode.org/versions/Unicode13.0.0/

This directory contains the preliminary data files under development
for the Unicode Character Database, for Version 12.1.0 of the Unicode Standard.
This directory contains the final data files 
for the Unicode Character Database, for Version 13.0.0 of the Unicode Standard.

# IdentifierStatus.txt
# Date: 2019-01-30, 12:52:06 GMT
# Date: 2020-02-07, 22:02:47 GMT

#
# Unihan_Variants.txt
# Date: 2018-11-09 21:36:19 GMT [JHJ]
# Date: 2020-02-18 18:27:33 GMT [JHJ]

# VerticalOrientation-17.txt
# Date: 2016-10-20, 07:00:00 GMT [EM, KI, LI]
@@ -248,8 +249,12 @@ enum class Script : int16_t {
  NYIAKENG_PUACHUE_HMONG = 186,
  NANDINAGARI = 187,
  WANCHO = 188,
  CHORASMIAN = 189,
  DIVES_AKURU = 190,
  KHITAN_SMALL_SCRIPT = 191,
  YEZIDI = 192,

  NUM_SCRIPT_CODES = 189,
  NUM_SCRIPT_CODES = 193,

  INVALID = -1
};
+3 −0
Original line number Diff line number Diff line
@@ -1149,6 +1149,9 @@
&#xA794;
&#x0282;
&#x1D8E;
&#xA7C8;
&#xA7CA;
&#xA7F6;
&#xFF41;
&#xFF42;
&#xFF43;
+3 −0
Original line number Diff line number Diff line
@@ -1149,6 +1149,9 @@
&#xA7C4;
&#xA7C5;
&#xA7C6;
&#xA7C7;
&#xA7C9;
&#xA7F5;
&#xFF21;
&#xFF22;
&#xFF23;
Loading