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

unicode-upper-case-p Function

Summary

Returns a value like cl:upper-case-p, but using specified Unicode rules.

Package

lispworks

Signature

unicode-upper-case-p char &key style => flag

Arguments
char
A character.
style
A keyword.
Values
flag
A generalized boolean.
Description

The function unicode-upper-case-p returns flag as true if char is uppercase according to the Unicode rules specified by style.

The current implementation only supports one style:

:general-category

Use the "general category" for char in Unicode 6.3.0.

See also

unicode-both-case-p
unicode-lower-case-p


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