Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
toascii(3)
Edit
PageHistory
Diff
Info
LikePages
TOASCII !!!TOASCII NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO BUGS SEE ALSO ---- !!NAME toascii - convert character to ASCII !!SYNOPSIS __#include __ ''c''__); __ !!DESCRIPTION __toascii__() converts ''c'' to a 7-bit __unsigned char__ value that fits into the ASCII character set, by clearing the high-order bits. !!RETURN VALUE The value returned is that of the converted character. !!CONFORMING TO SVID, BSD !!BUGS Many people will be unhappy if you use this function. This function will convert accented letters into random characters. !!SEE ALSO isascii(3), toupper(3), tolower(3) ----
One page links to
toascii(3)
:
Man3t
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.