Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
user avatar
rtoy authored
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.
65b1ba6d
History
Name Last commit Last update