summaryrefslogtreecommitdiff
path: root/lib/stdlib/uc_spec/README-UPDATE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/uc_spec/README-UPDATE.txt')
-rw-r--r--lib/stdlib/uc_spec/README-UPDATE.txt16
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/stdlib/uc_spec/README-UPDATE.txt b/lib/stdlib/uc_spec/README-UPDATE.txt
index 8af7b54a07..0bf6117611 100644
--- a/lib/stdlib/uc_spec/README-UPDATE.txt
+++ b/lib/stdlib/uc_spec/README-UPDATE.txt
@@ -1,7 +1,7 @@
-Unicode 14.0.0 was updated from:
-- https://www.unicode.org/Public/14.0.0/ucd/
-- https://www.unicode.org/Public/14.0.0/ucd/auxiliary/
-- https://www.unicode.org/Public/14.0.0/ucd/emoji/
+Unicode 15.0.0 was updated from:
+- https://www.unicode.org/Public/15.0.0/ucd/
+- https://www.unicode.org/Public/15.0.0/ucd/auxiliary/
+- https://www.unicode.org/Public/15.0.0/ucd/emoji/
When updating the Unicode version please follow these steps:
@@ -17,6 +17,7 @@ No subfolder should be created.
- UnicodeData.txt
- auxiliary/GraphemeBreakProperty.txt
- emoji/emoji-data.txt
+ - EastAsianWidth.txt
2. Copy the following test files to lib/stdlib/test/unicode_util_SUITE_data/
replacing existing ones. No subfolder should be created.
@@ -35,7 +36,12 @@ this very same file (lib/stdlib/uc_spec/README-UPDATE.txt).
Remember to update these instructions if a new file is added or any other change
is required for future version updates.
-6. Run the test for the Unicode suite from the OTP repository root dir.
+6. Check if the test file needs to be updated:
+ (cd $ERL_TOP/lib/stdlib/uc_spec; escript gen_unicode_mod.escript update_tests)
+ If ../test/unicode_util_SUITE_data/unicode_table.bin is updated include it in
+ the commit.
+
+7. Run the test for the Unicode suite from the OTP repository root dir.
$ export ERL_TOP=$PWD
$ export PATH=$ERL_TOP/bin:$PATH
$ ./otp_build all -a && ./otp_build tests