1 --- wcswidth.3.orig Fri Mar 11 08:30:37 2005
2 +++ wcswidth.3 Fri Mar 11 08:31:35 2005
10 .Nd "number of column positions in wide-character string"
16 .Fn wcswidth "const wchar_t *pwcs" "size_t n"
19 +.Fn wcswidth_l "const wchar_t *pwcs" "size_t n" "locale_t loc"
26 or until a null wide character (L'\e0') is encountered.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
39 otherwise it returns the number of column positions occupied.