All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

simple-char Type

Summary

The simple character type (deprecated).

Package

lispworks

Signature

simple-char

Description

Instances of the type simple-char are simple characters (standard term for characters with null implementation-defined attributes, that is, no bits).

simple-char is a synonym for cl:character, and is deprecated.

Notes

16-bit characters and 16-bit strings are implemented by the types bmp-char and bmp-string and simple-bmp-string.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41