Character operations.
An alias for the type of characters.
Return the character with the given ASCII code or None
is the argument is outside
the range 0 to 255.
Return the character with the given ASCII code. Raise Failure
if the argument is
outside 0 to 255.