removes obsolete comment in decoder
This commit is contained in:
parent
51732e5357
commit
1cfd565458
1 changed files with 0 additions and 3 deletions
|
@ -212,9 +212,6 @@ key(Bin, Handler, Stack, Opts) ->
|
||||||
%% string appends it's output to the term at the top of the stack. for
|
%% string appends it's output to the term at the top of the stack. for
|
||||||
%% efficiency the strings are build in reverse order and reversed before
|
%% efficiency the strings are build in reverse order and reversed before
|
||||||
%% being added to the output stream
|
%% being added to the output stream
|
||||||
%% string uses partial_utf/1 to cease parsing when invalid encodings are
|
|
||||||
%% encountered rather than just checking remaining binary size like other
|
|
||||||
%% states to eliminate certain incomplete states
|
|
||||||
%% when parsing strings, the naive detection of partial codepoints is
|
%% when parsing strings, the naive detection of partial codepoints is
|
||||||
%% insufficient. this incredibly anal function should detect all badly formed
|
%% insufficient. this incredibly anal function should detect all badly formed
|
||||||
%% utf sequences
|
%% utf sequences
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue