diff options
author | Dan Gudmundsson <[email protected]> | 2017-01-09 13:54:43 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-04-24 12:16:50 +0200 |
commit | 6d5b392670a427914ad0413e4abbb89dac15ab0a (patch) | |
tree | 0279b61eb7b2022850c7ace9f4af0642e387388a /lib/stdlib/uc_spec/README-UPDATE.txt | |
parent | 621cedccc78581330b9628c559b0d851c303564f (diff) | |
download | otp-6d5b392670a427914ad0413e4abbb89dac15ab0a.tar.gz otp-6d5b392670a427914ad0413e4abbb89dac15ab0a.tar.bz2 otp-6d5b392670a427914ad0413e4abbb89dac15ab0a.zip |
Add unicode_util
A base for unicode functions, not intended to be a user api.
Whitespace returns a reasonable subset of non nobreak whitespace
characters.
Implementation notes:
Make function clauses instead of using arrays and store tuples instead
of maps to save space.
Diffstat (limited to 'lib/stdlib/uc_spec/README-UPDATE.txt')
-rw-r--r-- | lib/stdlib/uc_spec/README-UPDATE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/stdlib/uc_spec/README-UPDATE.txt b/lib/stdlib/uc_spec/README-UPDATE.txt new file mode 100644 index 0000000000..d59337e1a5 --- /dev/null +++ b/lib/stdlib/uc_spec/README-UPDATE.txt @@ -0,0 +1,7 @@ +When updating the unicode version copy the necessary files to this +directory. + +And update the test files in stdlib/test/unicode_util_SUITE_data/* + +Update the spec_version(..) function in the generator, +gen_unicode_mod.escript |