1 --- wctype.3.orig Fri Mar 11 18:15:32 2005
2 +++ wctype.3 Fri Mar 11 18:19:55 2005
8 +.Nm iswctype , wctype ,
9 +.Nm iswctype_l , wctype_l
10 .Nd "wide character class functions"
14 .Fn iswctype "wint_t wc" "wctype_t charclass"
16 .Fn wctype "const char *property"
19 +.Fn iswctype_l "wint_t wc" "wctype_t charclass" "locale_t loc"
21 +.Fn wctype_l "const char *property" "locale_t loc"
27 is in the character class
34 +functions use the current locale, the
38 +functions may be passed locales directly. See
40 +for more information.