Skip to content
Snippets Groups Projects
Commit 65b1ba6d authored by rtoy's avatar rtoy
Browse files

ascii.lisp:

o Forgot to add error parameter for code-to-octets and
  octets-to-code.
o Call error handler for output errors.

iso8859-2.lisp:
mac-roman.lisp:
o If defined, call error handler for output errors.

utf-16.lisp:
utf-16-be.lisp:
utf-16-le.lisp:
o If defined, call error handler for input and output errors.

utf-32.lisp:
utf-32-be.lisp:
utf-32-le.lisp:
o If defined, call error handler for input and output errors.
  (Previously, we didn't signal any output errors, but large
  codepoints and surrogate characters are not allowed in UTF-32 output
  streams.)

utf-8.lisp:
o Use lisp:codepoint-limit instead of #x10ffff.
parent eade50bb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment