modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / wcsspn.texi
blobd4f1601201f5040a895431d85d200081327bf2d1
1 @node wcsspn
2 @section @code{wcsspn}
3 @findex wcsspn
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsspn.html}
7 Gnulib module: wcsspn
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 IRIX 5.3, Solaris 2.5.1.
14 @end itemize
16 Portability problems not fixed by Gnulib:
17 @itemize
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