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.
Showing
- pcl/simple-streams/external-formats/ascii.lisp 13 additions, 5 deletionspcl/simple-streams/external-formats/ascii.lisp
- pcl/simple-streams/external-formats/iso8859-2.lisp 6 additions, 2 deletionspcl/simple-streams/external-formats/iso8859-2.lisp
- pcl/simple-streams/external-formats/mac-roman.lisp 7 additions, 2 deletionspcl/simple-streams/external-formats/mac-roman.lisp
- pcl/simple-streams/external-formats/utf-16-be.lisp 13 additions, 4 deletionspcl/simple-streams/external-formats/utf-16-be.lisp
- pcl/simple-streams/external-formats/utf-16-le.lisp 14 additions, 5 deletionspcl/simple-streams/external-formats/utf-16-le.lisp
- pcl/simple-streams/external-formats/utf-16.lisp 13 additions, 4 deletionspcl/simple-streams/external-formats/utf-16.lisp
- pcl/simple-streams/external-formats/utf-32-be.lisp 24 additions, 6 deletionspcl/simple-streams/external-formats/utf-32-be.lisp
- pcl/simple-streams/external-formats/utf-32-le.lisp 21 additions, 6 deletionspcl/simple-streams/external-formats/utf-32-le.lisp
- pcl/simple-streams/external-formats/utf-32.lisp 16 additions, 4 deletionspcl/simple-streams/external-formats/utf-32.lisp
- pcl/simple-streams/external-formats/utf-8.lisp 3 additions, 3 deletionspcl/simple-streams/external-formats/utf-8.lisp
Loading
Please register or sign in to comment