summaryrefslogtreecommitdiffstats
path: root/util/unicode/README
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-26 01:01:13 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-10-26 01:01:14 +0200
commit86e74d60d2ab66a142a3ed02aabcadaab53b94ed (patch)
tree11ebf7349863272acb4821ceeb99c394407c5121 /util/unicode/README
parent9d504e1150e4bd49d34aba5cee938d1fd9f7e80c (diff)
parent48603baf949f12928476f11e17fd387b8903d971 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'util/unicode/README')
-rw-r--r--util/unicode/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/unicode/README b/util/unicode/README
index 87f055d42d..1f14459d14 100644
--- a/util/unicode/README
+++ b/util/unicode/README
@@ -1,4 +1,4 @@
-Unicode is used to generate the unicode data in src/corelib/tools.
+Unicode is used to generate the unicode data in src/corelib/text/.
To update:
* Find the data (UAX #44, UCD; not the XML version) at
@@ -21,7 +21,7 @@ To update:
* Build with the modified code, fix any compilation issues.
* 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 tools/qt_attribution.json to match; use the
+ 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.