From 9f737c8fda7811e7572c6c8525459a89ef27c7ef Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 5 Jun 2010 05:13:57 +0200 Subject: [PATCH] Mention Solaris limitation. --- ChangeLog | 5 +++++ doc/posix-functions/strcoll.texi | 4 ++++ 2 files changed, 9 insertions(+) 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 -- 2.30.2