mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 02:45:23 +00:00
remove obsolate type 'unicode:unicode_char' from specs
This commit is contained in:
parent
296b399f99
commit
573199f422
@ -40,7 +40,8 @@
|
|||||||
-type encoding() :: utf8
|
-type encoding() :: utf8
|
||||||
| {utf16, little | big}
|
| {utf16, little | big}
|
||||||
| {utf32, 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.
|
%% unicode:external_unicode_binary() (UTF16/32) not exported.
|
||||||
-type unicode_binary() :: unicode:unicode_binary().
|
-type unicode_binary() :: unicode:unicode_binary().
|
||||||
-type unicode_data() :: unicode_string()
|
-type unicode_data() :: unicode_string()
|
||||||
|
Loading…
Reference in New Issue
Block a user