Penguin
Blame: towctrans(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of towctrans(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TOWCTRANS
2 !!!TOWCTRANS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 NOTES
10 ----
11 !!NAME
12
13
14 towctrans - wide-character transliteration
15 !!SYNOPSIS
16
17
18 __#include
19 __ ''wc''__, wctrans_t__ ''desc''__);
20 __
21 !!DESCRIPTION
22
23
24 If ''wc'' is a wide character, the __towctrans__
25 function translates it according to the transliteration
26 descriptor ''desc''. If ''wc'' is WEOF, WEOF is
27 returned.
28
29
30 ''desc'' must be a transliteration descriptor returned by
31 the __wctrans__ function.
32 !!RETURN VALUE
33
34
35 The __towctrans__ function returns the translated wide
36 character, or WEOF if ''wc'' is WEOF.
37 !!CONFORMING TO
38
39
40 ISO/ANSI C, UNIX98
41 !!SEE ALSO
42
43
44 wctrans(3), towlower(3),
45 towupper(3)
46 !!NOTES
47
48
49 The behaviour of __towctrans__ depends on the LC_CTYPE
50 category of the current locale.
51 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.