o When encountering an overlong sequence, a surrogate code, or a
too-large codepoint, swallow the whole sequence instead of putting back the characters like we did previously. (This new way is in line with how we handle other bad sequences.) o Pass the number of octets read to the error handler in these cases. o Update the message strings to include the number of octets.
Loading
Please register or sign in to comment