summaryrefslogtreecommitdiffstats
path: root/util/unicode/README
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-03-13 17:26:53 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2020-03-14 11:26:59 +0100
commit54f8be6cc0e53bcd8b2e67d302b7cbcaed9387b9 (patch)
tree0bbb40e4a5000c5ff891fe05a904040f2b687f93 /util/unicode/README
parent7ddbd179a191c45946959fa0a898ba3e1f1c0cea (diff)
Update UCD to Revision 26
Include WordBreakTest.html, since a test uses sample strings from it, albeit without actually reading the file. Had to comment out more of the new tests, as at Revision 24, pending an update to harfbuzz and the text boundary detection code. Task-number: QTBUG-79631 Task-number: QTBUG-79418 Task-number: QTBUG-82747 Change-Id: I0082294b09d67ffdc6a9b5c15acf77ad3b86f65f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'util/unicode/README')
-rw-r--r--util/unicode/README12
1 files changed, 7 insertions, 5 deletions
diff --git a/util/unicode/README b/util/unicode/README
index 0a3926906d..2ff8176084 100644
--- a/util/unicode/README
+++ b/util/unicode/README
@@ -32,11 +32,13 @@ To update:
cases QChar may need additions to some of its enums.
* Build with the modified code, fix any compilation issues, make check
in suitable directories, including tst_QTextBoundaryFinder.
-* That may have updated qtbase/src/corelib/text/qunicodetables.cpp;
- if so the update matters; be sure to commit the changes to data/ at
- the same time and update text/qt_attribution.json to match; use the
- UCD Revision number, rather than the Unicode standard number, as the
- Version, for all that qunicodetables.cpp uses the latter.
+* That may have updated qtbase/src/corelib/text/qunicodetables.cpp; if
+ so the update matters; be sure to commit the changes to data/ at the
+ same time and update text/qt_attribution.json to match; use the UCD
+ Revision number, rather than the Unicode standard number, as the
+ Version, for all that qunicodetables.cpp uses the latter (see the
+ 'UAX #44, UCD' page linked from https://www.unicode.org/ucd/ for the
+ table with this).
* If there are enum additions in qchar.h (public API), be sure to also
update the documentation in qchar.cpp for each affected enum,
respecting the existing ordering.