remove obsolate type 'unicode:unicode_char' from specs

This commit is contained in:
Petr Kozorezov 2017-07-06 15:43:14 +03:00
parent 296b399f99
commit 573199f422

View File

@ -40,7 +40,8 @@
-type encoding() :: utf8
| {utf16, little | big}
| {utf32, little | big}.
-type unicode_string() :: [unicode:unicode_char()].
-type unicode_char() :: integer().
-type unicode_string() :: [unicode_char()].
%% unicode:external_unicode_binary() (UTF16/32) not exported.
-type unicode_binary() :: unicode:unicode_binary().
-type unicode_data() :: unicode_string()