Mention Solaris limitation.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Jun 2010 03:13:57 +0000 (05:13 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Jun 2010 03:13:57 +0000 (05:13 +0200)
ChangeLog
doc/posix-functions/strcoll.texi

index 3d9a68082a903e1120807a824c8bb641f017f963..29475fab774e98fc468232d21d5943882a768d99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 0e7520a9e3f92fdc4a49d8b683bc08f2626c2397..0d15915508865caec34f38ffcdf967ae90abbb4a 100644 (file)
@@ -12,4 +12,8 @@ Portability problems fixed by Gnulib:
 
 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