| Allegro CL version 10.1 This page is new in 10.1. |
Arguments: &optional char-or-code
This function queries or modifies the action taken when
the :gb18030
external format encounters a
transcoding error, i.e. on output a Unicode character does not have a
corresponding GB-18030 encoding or on input an invalid sequence of
octets is detected (every valid GB-18030 code sequence has a Unicode
equivalent).
If the argument is omitted or nil
, return the
current error character, i.e. the character that is inserted in the
input or output stream instead of the invalid source.
If the argument is a character with a code in the single octet range, set the error character to the argument and return the same value.
If the argument is an integer that denotes a valid single-octet Unicode character, set the error character to that character and return it.
Otherwise signal a type error.
See iacl.htm for more information on international characters and external formats.
Copyright (c) 1998-2017, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2017.2.15.
| Allegro CL version 10.1 This page is new in 10.1. |