From 6d5b392670a427914ad0413e4abbb89dac15ab0a Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 9 Jan 2017 13:54:43 +0100 Subject: 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. --- lib/stdlib/uc_spec/README-UPDATE.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/stdlib/uc_spec/README-UPDATE.txt (limited to 'lib/stdlib/uc_spec/README-UPDATE.txt') 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 -- cgit v1.2.3