From: Bruno Haible Date: Sat, 5 Jun 2010 03:13:57 +0000 (+0200) Subject: Mention Solaris limitation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f737c8fda7811e7572c6c8525459a89ef27c7ef;p=pspp Mention Solaris limitation. --- diff --git a/ChangeLog b/ChangeLog index 3d9a68082a..29475fab77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-05 Bruno Haible + + * doc/posix-functions/strcoll.texi: Mention Solaris limitation. + Reported by River Tarnell via Eric Blake. + 2010-06-04 Bruno Haible Update to GNU gettext 0.18.1. diff --git a/doc/posix-functions/strcoll.texi b/doc/posix-functions/strcoll.texi index 0e7520a9e3..0d15915508 100644 --- a/doc/posix-functions/strcoll.texi +++ b/doc/posix-functions/strcoll.texi @@ -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