1 --- mbtowc.3.orig Fri Mar 11 19:44:47 2005
2 +++ mbtowc.3 Fri Mar 11 19:54:09 2005
10 .Nd convert a character to a wide-character code
14 .Fa "wchar_t * restrict wcharp" "const char * restrict mbchar"
20 +.Fa "wchar_t * restrict wcharp" "const char * restrict mbchar"
21 +.Fa "size_t nbytes" "locale_t loc"
27 pointer returns nonzero if the current encoding requires shift states,
29 if shift states are required, the shift state is reset to the initial state.
33 +function uses the current locale, the
35 +function may be passed a locale directly. See
37 +for more information.