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/test/Makefile | |
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/test/Makefile')
-rw-r--r-- | lib/stdlib/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile index deac04aa66..72211332e9 100644 --- a/lib/stdlib/test/Makefile +++ b/lib/stdlib/test/Makefile @@ -84,6 +84,7 @@ MODULES= \ timer_SUITE \ timer_simple_SUITE \ unicode_SUITE \ + unicode_util_SUITE \ win32reg_SUITE \ y2k_SUITE \ select_SUITE \ |