Mercurial > hg > octave-jordi > gnulib-hg
annotate doc/posix-functions/strcoll.texi @ 13390:ec7b10127e92
Mention Solaris limitation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 05 Jun 2010 05:13:57 +0200 |
parents | c83dc7e8df57 |
children | bb0ceefd22dc |
rev | line source |
---|---|
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 @node strcoll |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 @section @code{strcoll} |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 @findex strcoll |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
10876
c83dc7e8df57
Refer to new POSIX:2008 standard.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcoll.html} |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Gnulib module: --- |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Portability problems fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 @itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 @end itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Portability problems not fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 @itemize |
13390
ec7b10127e92
Mention Solaris limitation.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
15 @item |
ec7b10127e92
Mention Solaris limitation.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
16 This function fails, setting @code{errno} to @code{EILSEQ}, on Solaris 10, in |
ec7b10127e92
Mention Solaris limitation.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
17 UTF-8 locales, when at least one of the strings contains a Unicode character |
ec7b10127e92
Mention Solaris limitation.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
18 in a block that was not assigned in Unicode 4.0. |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 @end itemize |