1 --- mblen.3.orig Fri Mar 11 19:44:47 2005
2 +++ mblen.3 Fri Mar 11 19:57:09 2005
10 .Nd get number of bytes in a character
16 .Fn mblen "const char *mbchar" "size_t nbytes"
19 +.Fn mblen_l "const char *mbchar" "size_t nbytes" "locale_t loc"
24 pointer returns nonzero if the current locale requires shift states,
26 if shift states are required, the shift state is reset to the initial state.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.