gnulib-tool.py: import mktemp
[gnulib.git] / doc / posix-functions / wcsncasecmp_l.texi
blob1faf6c9a0481b10bad0a2538ebbbb03d14b828a9
1 @node wcsncasecmp_l
2 @section @code{wcsncasecmp_l}
3 @findex wcsncasecmp_l
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp_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 non-glibc platforms:
17 Mac OS X 10.5, 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 5.1.
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