1 --- wcwidth.3.orig Fri Mar 11 19:44:47 2005
2 +++ wcwidth.3 Fri Mar 11 19:46:47 2005
10 .Nd "number of column positions of a wide-character code"
16 .Fn wcwidth "wchar_t wc"
19 +.Fn wcwidth_l "wchar_t wc" "locale_t loc"
23 function determines the number of column positions required to
24 display the wide character
29 +function uses the current locale, the
31 +function may be passed a locale directly. See
33 +for more information.