Previous: iklib conditions string utf16, Up: iklib conditions string [Index]
Condition object type representing an error while encoding a string into
a UTF-32 bytevector; it is derived from &string-encoding
.
Build and return a new condition object of type
&utf32-string-encoding
.
Return #t
if obj is a condition object of type
&utf32-string-encoding
; otherwise return #f
.
Condition object type representing an error while decoding a UTF-32
bytevector into a string; it is derived from
&string-decoding
.
Build and return a new condition object of type
&utf32-string-decoding
.
Return #t
if obj is a condition object of type
&utf32-string-decoding
; otherwise return #f
.
Condition object type representing an invalid 32-bit word; it is derived
from &utf32-string-decoding
. It has the following fields:
bytevector
The bytevector object.
index
The index of the offending word.
word
The offending word.
Build and return a new condition object of type
&utf32-string-decoding-invalid-word
.
Return #t
if obj is a condition object of type
&utf32-string-decoding-invalid-word
; otherwise return
#f
.
Field accessors for condition objects of type
&utf32-string-decoding-invalid-word
.
Condition object type representing the presence of 1, 2 or 3 orphan
octets at the end of the UTF-32 bytevector; it is derived from
&utf32-string-decoding
. It has the following fields:
bytevector
The bytevector object.
index
The index of the first octet.
octets
A list of fixnums representing the octets.
Build and return a new condition object of type
&utf32-string-decoding-orphan-octets
.
Return #t
if obj is a condition object of type
&utf32-string-decoding-orphan-octets
; otherwise return
#f
.
Previous: iklib conditions string utf16, Up: iklib conditions string [Index]