Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    2466a71d
    o When encountering an overlong sequence, a surrogate code, or a · 2466a71d
    rtoy authored
      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.
    2466a71d
    History
    o When encountering an overlong sequence, a surrogate code, or a
    rtoy authored
      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.