Returns a type specifier for the integers handled by a specified external format.
external-format
external-format-foreign-type external-format => type-specifier
external-format⇩ |
An external character format. |
type-specifier |
A type specifier describing the integer types handled by external-format. |
The function external-format-foreign-type
returns a Lisp type specifier for the type of integers that external-format handles on the foreign side.
(ef:external-format-foreign-type :latin-1) => (unsigned-byte 8)
26.6 External Formats to translate Lisp characters from/to external encodings
external-format-type
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:34