CHAR-DOWNCASE
=============
Syntax: (char-downcase <character>)
This function converts the argument into a downcase
character. The same character will be returned, when
conversion is not possible (digit-character).
example: >(char-downcase #\A)
#\a