From 25cb158406a9d4f738dfff107dca2e2e6414308d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 23 Jul 2023 00:32:47 +0200 Subject: [PATCH] doc: Mention a wctype bug. * doc/posix-functions/wctype.texi: Mention a bug on mingw. --- ChangeLog | 5 +++++ doc/posix-functions/wctype.texi | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.39.5