1 --- wcsxfrm.3.orig Fri Mar 11 08:31:43 2005
2 +++ wcsxfrm.3 Fri Mar 11 09:44:27 2005
10 .Nd transform a wide string under locale
16 .Fn wcsxfrm "wchar_t * restrict dst" "const wchar_t * restrict src" "size_t n"
19 +.Fn wcsxfrm_l "wchar_t * restrict dst" "const wchar_t * restrict src" "size_t n" "locale_t loc"
24 is equivalent to comparing
25 two original strings with
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
36 Upon successful completion,