summaryrefslogtreecommitdiffstats
path: root/util/unicode/README
diff options
context:
space:
mode:
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.