2.2.1 int toascii
int toascii(int __c)
Converts c
to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.
CAUTION:
Many people will be unhappy if you use this function. This function will convert accented letters into random characters.