summaryrefslogtreecommitdiff
path: root/contrib/unicode/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unicode/README')
-rw-r--r--contrib/unicode/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/unicode/README b/contrib/unicode/README
index 01ae2c1e1af..f5d2a1fd5f4 100644
--- a/contrib/unicode/README
+++ b/contrib/unicode/README
@@ -23,7 +23,7 @@ localedata/unicode-gen/unicode_utils.py
localedata/unicode-gen/utf8_gen.py
And the most recent versions added to GCC are from glibc git commit:
-2a764c6ee848dfe92cb2921ed3b14085f15d9e79
+f6032247061fb37d59565f2e9667e242c8a98e76
Finally, the script gen_wcwidth.py found here contains the GCC-specific code to
map glibc's output to the lookup tables we require. This script should not need
@@ -39,6 +39,6 @@ The procedure to update GCC's wcwidth tables is the following:
3. Run ./gen_wcwidth.py X.Y > ../../libcpp/generated_cpp_wcwidth.h
(where X.Y is the version of the Unicode standard corresponding to the
- Unicode data files being used, most recently, 12.1).
+ Unicode data files being used, most recently, 13.0.0).
After that, GCC's wcwidth will match the most recent glibc.