1 --- _SB/Libc/locale/FreeBSD/wctomb.3 2004-11-25 11:38:20.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/wctomb.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd convert a wide-character code to a character
16 -.Fn wctomb "char *mbchar" "wchar_t wchar"
32 -function converts a wide character
34 -into a multibyte character and stores
37 +function converts a wide character,
39 +into a multibyte character and stores the result in
41 The object pointed to by
43 -must be large enough to accommodate the multibyte character, which
46 +must be large enough to accommodate the multibyte character,
54 pointer returns nonzero if the current locale requires shift states,
56 if shift states are required, the shift state is reset to the initial state.
60 +function uses the current locale, the
62 +function may be passed a locale directly. See
64 +for more information.
73 function returns nonzero if shift states are supported,
81 the number of bytes processed in
84 or \-1 if no multibyte character
85 could be recognized or converted.