From: Bruno Haible Date: Sat, 22 Jul 2023 22:32:47 +0000 (+0200) Subject: doc: Mention a wctype bug. X-Git-Tag: v1.0~1048 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=25cb158406a9d4f738dfff107dca2e2e6414308d;p=gnulib.git doc: Mention a wctype bug. * doc/posix-functions/wctype.texi: Mention a bug on mingw. --- diff --git a/ChangeLog b/ChangeLog index bd6e43518d..1ca22554ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-07-22 Bruno Haible + + doc: Mention a wctype bug. + * doc/posix-functions/wctype.texi: Mention a bug on mingw. + 2023-07-21 Bruno Haible unistr/u8-pcpy, unistr/u16-pcpy, unistr/u32-pcpy: Add tests. diff --git a/doc/posix-functions/wctype.texi b/doc/posix-functions/wctype.texi index 4d1deeb904..a158cdd102 100644 --- a/doc/posix-functions/wctype.texi +++ b/doc/posix-functions/wctype.texi @@ -25,4 +25,7 @@ accommodate all Unicode characters. However, the Gnulib function @code{c32_get_type_test}, provided by Gnulib module @code{c32_get_type_test}, operates on 32-bit wide characters and therefore does not have this limitation. +@item +This function does not support the @code{"blank"} argument on some platforms: +mingw. @end itemize