Mercurial > hg > octave-shane > gnulib-hg
changeset 13390:ec7b10127e92
Mention Solaris limitation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 05 Jun 2010 05:13:57 +0200 |
parents | 332bfb30798b |
children | 089c783c3e94 |
files | ChangeLog doc/posix-functions/strcoll.texi |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- a/doc/posix-functions/strcoll.texi +++ b/doc/posix-functions/strcoll.texi @@ -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