Penguin
Annotated edit history of wctrans(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 WCTRANS
2 !!!WCTRANS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 NOTES
10 ----
11 !!NAME
12
13
14 wctrans - wide character translation mapping
15 !!SYNOPSIS
16
17
18 __#include
19 __''name''__);
20 __
21 !!DESCRIPTION
22
23
24 The __wctrans_t__ type represents a mapping which can map
25 a wide character to another wide character. Its nature is
26 implementation dependent, but the special value
27 ''(wctrans_t)0'' denotes an invalid mapping. Nonzero
28 __wctrans_t__ values can be passed to the
29 __towctrans__ function to actually perform the wide
30 character mapping.
31
32
33 The __wctrans__ function returns a mapping, given by its
34 name. The set of valid names depends on the LC_CTYPE
35 category of the current locale, but the following names are
36 valid in all locales.
37
38
39 tolower__(3) mapping
40 toupper(3) mapping
41 !!RETURN VALUE
42
43
44 The __wctrans__ function returns a mapping descriptor if
45 the ''name'' is valid. Otherwise it returns
46 ''(wctrans_t)0''.
47 !!CONFORMING TO
48
49
50 ISO/ANSI C, UNIX98
51 !!SEE ALSO
52
53
54 wctrans(3)
55 !!NOTES
56
57
58 The behaviour of __wctrans__ depends on the LC_CTYPE
59 category of the current locale.
60 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.