]> Savannah Git Hosting - gnulib.git/commitdiff
mbrtoc32: Document another glibc bug.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Jul 2023 21:41:32 +0000 (23:41 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Jul 2023 21:42:06 +0000 (23:42 +0200)
* doc/posix-functions/mbrtoc32.texi: Reference the glibc bug in
BIG5-HKSCS locales.

ChangeLog
doc/posix-functions/mbrtoc32.texi

index 7d44959df2d55d80fe7a75028b5151fde069c54c..41745d08483fa49f2e2da20d51d1c342ffd74f98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-07-03  Bruno Haible  <bruno@clisp.org>
+
+       mbrtoc32: Document another glibc bug.
+       * doc/posix-functions/mbrtoc32.texi: Reference the glibc bug in
+       BIG5-HKSCS locales.
+
 2023-07-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        mbrtoc32: document (size_t) -3 issue
index 93a7aa64ff64835315711ccc164d774a112c4c97..3528114bec4fafd6c6195f079971a9870b7586e5 100644 (file)
@@ -38,6 +38,11 @@ Solaris 11.4, mingw, MSVC 14.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+This function behaves incorrectly when converting precomposed characters
+from the BIG5-HKSCS encoding:
+@c https://sourceware.org/bugzilla/show_bug.cgi?id=30611
+glibc 2.36.
+@item
 Although ISO C says this function can return @code{(size_t) -3},
 no known implementation behaves that way,
 and if it were to happen it would break common uses.