diff options
author | José Valim <[email protected]> | 2017-07-03 23:01:52 +0200 |
---|---|---|
committer | José Valim <[email protected]> | 2017-07-03 23:02:42 +0200 |
commit | d0bf784c5c4430b408f2e79ca382271536539cc7 (patch) | |
tree | 8f396d26d1b2b968f7615caa39d6d6f8af5518db /lib/stdlib/uc_spec/gen_unicode_mod.escript | |
parent | f52748254f17ba42e344798e8c787a1e3361fa33 (diff) | |
download | otp-d0bf784c5c4430b408f2e79ca382271536539cc7.tar.gz otp-d0bf784c5c4430b408f2e79ca382271536539cc7.tar.bz2 otp-d0bf784c5c4430b408f2e79ca382271536539cc7.zip |
Update to Unicode 10
Diffstat (limited to 'lib/stdlib/uc_spec/gen_unicode_mod.escript')
-rwxr-xr-x | lib/stdlib/uc_spec/gen_unicode_mod.escript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/uc_spec/gen_unicode_mod.escript b/lib/stdlib/uc_spec/gen_unicode_mod.escript index fefd7d3b70..5b8763f576 100755 --- a/lib/stdlib/uc_spec/gen_unicode_mod.escript +++ b/lib/stdlib/uc_spec/gen_unicode_mod.escript @@ -186,7 +186,7 @@ gen_static(Fd) -> " {U,L} -> #{upper=>U,lower=>L,title=>U,fold=>L};\n" " {U,L,T,F} -> #{upper=>U,lower=>L,title=>T,fold=>F}\n" " end.\n\n"), - io:put_chars(Fd, "spec_version() -> {9,0}.\n\n\n"), + io:put_chars(Fd, "spec_version() -> {10,0}.\n\n\n"), io:put_chars(Fd, "class(Codepoint) -> {CCC,_,_} = unicode_table(Codepoint),\n CCC.\n\n"), io:put_chars(Fd, "-spec uppercase(unicode:chardata()) -> " "maybe_improper_list(gc(),unicode:chardata()).\n"), |