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