Annotated edit history of
toascii(3) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
TOASCII |
|
|
2 |
!!!TOASCII |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
RETURN VALUE |
|
|
7 |
CONFORMING TO |
|
|
8 |
BUGS |
|
|
9 |
SEE ALSO |
|
|
10 |
---- |
|
|
11 |
!!NAME |
|
|
12 |
|
|
|
13 |
|
|
|
14 |
toascii - convert character to ASCII |
|
|
15 |
!!SYNOPSIS |
|
|
16 |
|
|
|
17 |
|
|
|
18 |
__#include |
|
|
19 |
__ ''c''__); |
|
|
20 |
__ |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
__toascii__() converts ''c'' to a 7-bit __unsigned |
|
|
25 |
char__ value that fits into the ASCII character set, by |
|
|
26 |
clearing the high-order bits. |
|
|
27 |
!!RETURN VALUE |
|
|
28 |
|
|
|
29 |
|
|
|
30 |
The value returned is that of the converted |
|
|
31 |
character. |
|
|
32 |
!!CONFORMING TO |
|
|
33 |
|
|
|
34 |
|
|
|
35 |
SVID, BSD |
|
|
36 |
!!BUGS |
|
|
37 |
|
|
|
38 |
|
|
|
39 |
Many people will be unhappy if you use this function. This |
|
|
40 |
function will convert accented letters into random |
|
|
41 |
characters. |
|
|
42 |
!!SEE ALSO |
|
|
43 |
|
|
|
44 |
|
|
|
45 |
isascii(3), toupper(3), |
|
|
46 |
tolower(3) |
|
|
47 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.