Query: toascii
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TOASCII(3) Linux Programmer's Manual TOASCII(3)NAMEtoascii - convert character to ASCIISYNOPSIS#include <ctype.h> int toascii(int c);DESCRIPTIONtoascii() converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.RETURN VALUEThe value returned is that of the converted character.CONFORMING TOSVID, BSDBUGSMany people will be unhappy if you use this function. This function will convert accented letters into random characters.SEE ALSOisascii(3), toupper(3), tolower(3)GNU1995-09-16 TOASCII(3)
Related Man Pages |
---|
toascii(3) - debian |
toascii(3) - suse |
toascii(3) - opendarwin |
toascii(3) - xfree86 |
toascii(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Convert HEX to EBCDIC IN C |
What is ASCII character? |
Using BASH on windows |
Split and add header and trailer from input file |