Next: asciis conversion, Up: asciis [Index]
The following bindings are exported by the library (vicare
language-extensions ascii-chars)
. The identifiers whose name is
prefixed with ‘$’ are bound to unsafe operations: they do
not validate the arguments and applying them to invalid
arguments leads to undefined behaviour.
Return #t
if obj is a fixnum representing a character in
ASCII encoding.
Return #t
if obj is a fixnum in the range [0, 9].
Return #t
if obj is a fixnum in the range [0, 15].
Return #t
if fx represents an upper case or lower case letter
character, otherwise return #f
.
Return #t
if fx represents a letter character, which can be
converted to upper or lower case, otherwise return #f
.
Return #t
if fx represents a letter character, otherwise
return #f
.
Return #t
if fx represents a decimal digit character,
otherwise return #f
.
Return #t
if fx represents a hexadecimal digit character,
otherwise return #f
.
Return #t
if fx represents a letter or a decimal digit
character, otherwise return #f
.
Return a fixnum representing the upper case or lower case version of fx; return fx itself if it represents an uncased character.
Next: asciis conversion, Up: asciis [Index]