gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-functions / wcscoll_l.texi
blob4539c3d6a2179e814e45fa41c7afcd8cafc6e648
1 @node wcscoll_l
2 @section @code{wcscoll_l}
3 @findex wcscoll_l
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscoll_l.html}
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on many platforms:
17 Mac OS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 4.4.
18 @item
19 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
20 accommodate all Unicode characters.
21 @end itemize