1 --- _SB/Libc/string/FreeBSD/wcsxfrm.3 2003-05-20 15:23:56.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/wcsxfrm.3.edit 2006-06-28 16:55:53.000000000 -0700
10 .Nd transform a wide string under locale
16 -.Fn wcsxfrm "wchar_t * restrict dst" "const wchar_t * restrict src" "size_t n"
18 +.Fa "wchar_t *restrict ws1"
19 +.Fa "const wchar_t *restrict ws2"
26 +.Fa "wchar_t *restrict ws1"
27 +.Fa "const wchar_t *restrict ws2"
34 function transforms a null-terminated wide character string pointed to by
36 -according to the current locale collation order
37 -then copies the transformed string
41 +according to the current locale's collation order,
42 +then copies the transformed string into
46 wide characters are copied into
48 -including the terminating null character added.
50 +including the terminating null character.
54 (it helps to determine an actual size needed
62 is equivalent to comparing
63 two original strings with
68 +function uses the current locale, the
70 +function may be passed a locale directly. See
72 +for more information.
74 Upon successful completion,
79 or more, the contents of
96 only stores information about primary collation weights into
101 compares characters using both primary and secondary weights.