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

NextPrevUpTopContentsIndex

bmp-char-p

Function
Summary

The predicate for bmp-char objects.

Package

lispworks

Signature

bmp-char-p object => result

Arguments

object

A Lisp object.

Values

result

A boolean.

Description

The function bmp-char-p returns t if its argument is a character with a code less than #x10000, otherwise it returns nil.

Compatibility note

bmp-char-p was new in LispWorks 7.0. In LispWorks 6.1 and earlier versions simple-char-p has the most similar meaning.

See also

bmp-char


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex