poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / strcoll.texi
blob07aef80c7c5fb6e3af950ee4b9138611a7de7e67
1 @node strcoll
2 @section @code{strcoll}
3 @findex strcoll
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcoll.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 fails, setting @code{errno} to @code{EILSEQ}, on Solaris 10, in
17 UTF-8 locales, when at least one of the strings contains a Unicode character
18 in a block that was not assigned in Unicode 4.0.
19 @end itemize