| Allegro CL version 10.0 New since the initial 10.0 release. |
The value of this variable determines how
the :utf-8s
external-format deals with transcoding
errors. Unless an error is signaled, all improper (non-utf-8)
character or octets are replaced with the value returned by
utf-8s-transcoding-error-char (for
characters) or its char-int (for octets). The value of
this variable can be any of the following:
utf-8s-transcoding-warning
.
:count
but continue
counting from the given integer value.
:collect
but continue
pushing onto the given list.
utf-8s-transcoding-error
.
In all cases insert the utf-8s-transcoding-error-char character to replace the offending character or octets in the transcoded stream.
See Strict external
formats which do not allow improper
characters in iacl.htm for more
information on the :utf-8s
external format,
international characters and external formats in general.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.0 release.
Created 2019.8.20.
| Allegro CL version 10.0 New since the initial 10.0 release. |