changeset 33081:dedb4da514a7

Mention Solaris limitation.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 Jun 2010 05:13:57 +0200
parents 22160cc53590
children 91f899c9bc06
files ChangeLog doc/posix-functions/strcoll.texi
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jun 05 02:03:43 2010 +0200
+++ b/ChangeLog	Sat Jun 05 05:13:57 2010 +0200
@@ -1,3 +1,8 @@
+2010-06-05  Bruno Haible  <bruno@clisp.org>
+
+	* doc/posix-functions/strcoll.texi: Mention Solaris limitation.
+	Reported by River Tarnell <river.tarnell@wikimedia.de> via Eric Blake.
+
 2010-06-04  Bruno Haible  <bruno@clisp.org>
 
 	Update to GNU gettext 0.18.1.
--- a/doc/posix-functions/strcoll.texi	Sat Jun 05 02:03:43 2010 +0200
+++ b/doc/posix-functions/strcoll.texi	Sat Jun 05 05:13:57 2010 +0200
@@ -12,4 +12,8 @@
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function fails, setting @code{errno} to @code{EILSEQ}, on Solaris 10, in
+UTF-8 locales, when at least one of the strings contains a Unicode character
+in a block that was not assigned in Unicode 4.0.
 @end itemize