The predicate for bmp-char objects.
lispworks
bmp-char-p object => result
object⇩ |
A Lisp object. |
result |
A boolean. |
The function bmp-char-p
returns t
if object is a character with a code less than #x10000
, otherwise it returns nil
.
bmp-char-p
was new in LispWorks 7.0. In LispWorks 6.1 and earlier versions simple-char-p has the most similar meaning.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41