wctrans.3 (f2a67ef1bd239763c1caf12dc732e309f38a0541) wctrans.3 (279062fae149e105dae7c28b638d49ba5715725d)
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd October 3, 2002
28.Dt WCTRANS 3
29.Os
30.Sh NAME
1.\" Copyright (c) 2002 Tim J. Robbins
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd October 3, 2002
28.Dt WCTRANS 3
29.Os
30.Sh NAME
31.Nm towctrans ,
32.Nm wctrans
31.Nm towctrans , wctrans
33.Nd "wide character mapping functions"
34.Sh LIBRARY
35.Lb libc
36.Sh SYNOPSIS
37.In wctype.h
38.Ft wint_t
39.Fn towctrans "wint_t wc" "wctrans_t desc"
40.Ft wctrans_t

--- 4 unchanged lines hidden (view full) ---

45function returns a value of type
46.Vt wctrans_t
47which represents the requested wide character mapping operation and
48may be used as the second argument for calls to
49.Fn towctrans .
50.Pp
51The following character mapping names are recognised:
52.Bl -column -offset indent ".Li tolower" ".Li toupper"
32.Nd "wide character mapping functions"
33.Sh LIBRARY
34.Lb libc
35.Sh SYNOPSIS
36.In wctype.h
37.Ft wint_t
38.Fn towctrans "wint_t wc" "wctrans_t desc"
39.Ft wctrans_t

--- 4 unchanged lines hidden (view full) ---

44function returns a value of type
45.Vt wctrans_t
46which represents the requested wide character mapping operation and
47may be used as the second argument for calls to
48.Fn towctrans .
49.Pp
50The following character mapping names are recognised:
51.Bl -column -offset indent ".Li tolower" ".Li toupper"
53.It Li tolower Ta Li toupper
52.It Li "tolower toupper"
54.El
55.Pp
56The
57.Fn towctrans
58function transliterates the wide character
59.Fa wc
60according to the mapping described by
61.Fa desc .

--- 62 unchanged lines hidden ---
53.El
54.Pp
55The
56.Fn towctrans
57function transliterates the wide character
58.Fa wc
59according to the mapping described by
60.Fa desc .

--- 62 unchanged lines hidden ---