Next: iklib chars comparison, Up: iklib chars [Index]
The following bindings are exported by the library (vicare).
Return #t if obj is null or a proper list of chars; otherwise
return #f.
Evaluate to #t if ?obj is a character and its Unicode code
point is in the range [0, 127].
Return #t if obj is a fixnum and its value is in one of the
ranges acceptable by Unicode code points; otherwise return #f.
Return #t if ch is a character and it is printable; if
ch is not printable: return #f; if ch is not a
character: raise an exception.