| Allegro CL version 10.1 This page is new in 10.1. |
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). It is one of the following values:
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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.
| Allegro CL version 10.1 This page is new in 10.1. |