A.4.3 Mapping for basic types
IDLchar maps to the Lisp typecharacter. The type specifiercorba:char specifies this type.
char
character
corba:char
For example:
(typep #\x corba:char) > T (typep "x" 'corba:char) > nil
Generated with Harlequin WebMaker