qt5base-lts/util/unicode/data
Giuseppe D'Angelo a794c5e287 Unicode: fix the extended grapheme cluster algorithm
UAX #29 in Unicode 11 changed the EGC algorithm to its current form.
Although Qt has upgraded the Unicode tables all the way up to
Unicode 13, the algorithm has never been adapted; in other words,
it has been working by chance for years. Luckily, MOST
of the cases were dealt with correctly, but emoji handling
actually manages to break it.

This commit:

* Adds parsing of emoji-data.txt into the unicode table generator.
  That is necessary to extract the Extended_Pictographic property,
  which is used by the EGC algorithm.

* Regenerates the tables.

* Removes some obsoleted grapheme cluster break properties, and
  adds the ones added in the meanwhile.

* Rewrites the EGC algorithm according to Unicode 13. This is
  done by simplifying a lot the lookup table. Some rules (GB11,
  GB12, GB13) can't be done by the table alone so some hand-rolled
  code is necessary in that case.

* Thanks to these fixes, the complete upstream GraphemeBreakTest
  now passes. Remove the "edited" version that ignored some rows
  (because they were failing).

Change-Id: Iaa07cb2e6d0ab9deac28397f46d9af189d2edf8b
Pick-to: 6.1 6.0 5.15
Fixes: QTBUG-92822
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
2021-04-16 20:31:39 +02:00
..
ArabicShaping.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
BidiMirroring.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
Blocks.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
CaseFolding.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
DerivedAge.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
DerivedNormalizationProps.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
emoji-data.txt Unicode: fix the extended grapheme cluster algorithm 2021-04-16 20:31:39 +02:00
GraphemeBreakProperty.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
LineBreak.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
NormalizationCorrections.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
Scripts.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
SentenceBreakProperty.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
SpecialCasing.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
UnicodeData.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00
WordBreakProperty.txt Update UCD to Revision 26 2020-03-14 11:26:59 +01:00