1 --- wctrans.3.orig Fri Mar 11 18:13:15 2005
2 +++ wctrans.3 Fri Mar 11 18:14:31 2005
7 -.Nm towctrans , wctrans
8 +.Nm towctrans , wctrans ,
9 +.Nm towctrans_l , wctrans_l
10 .Nd "wide character mapping functions"
14 .Fn towctrans "wint_t wc" "wctrans_t desc"
16 .Fn wctrans "const char *charclass"
19 +.Fn towctrans_l "wint_t wc" "wctrans_t desc" "locale_t loc"
21 +.Fn wctrans_l "const char *charclass" "locale_t loc"
27 according to the mapping described by
34 +functions use the current locale, the
38 +functions may be passed locales directly. See
40 +for more information.