]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention c32_get_type_test, c32_apply_type_test.
authorBruno Haible <bruno@clisp.org>
Wed, 12 Jul 2023 22:58:13 +0000 (00:58 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 12 Jul 2023 22:58:13 +0000 (00:58 +0200)
* doc/posix-functions/wctype.texi: Mention c32_get_type_test.
* doc/posix-functions/iswctype.texi: Mention c32_apply_type_test.
* doc/strings.texi (Comparison of character APIs): Mention both.

ChangeLog
doc/posix-functions/iswctype.texi
doc/posix-functions/wctype.texi
doc/strings.texi

index ab0dfc82b468abaf4d109d5a47e1e3e9ab51a501..764fc15ea184d9c20dbd63c3dbaa02cd73b78998 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2023-07-12  Bruno Haible  <bruno@clisp.org>
 
+       doc: Mention c32_get_type_test, c32_apply_type_test.
+       * doc/posix-functions/wctype.texi: Mention c32_get_type_test.
+       * doc/posix-functions/iswctype.texi: Mention c32_apply_type_test.
+       * doc/strings.texi (Comparison of character APIs): Mention both.
+
        c32_apply_type_test: Add tests.
        * tests/test-c32_apply_type_test.c: New file.
        * modules/c32_apply_type_test-tests: New file.
index 16e5a3a132dca3a5cc4cf4e7d1cbbce0ef798375..a58cfc3162a165c4ea543a9077d2c089ec94254f 100644 (file)
@@ -26,4 +26,7 @@ Portability problems not fixed by Gnulib:
 @item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
+However, the Gnulib function @code{c32_apply_type_test}, provided by Gnulib
+module @code{c32_apply_type_test}, operates on 32-bit wide characters and
+therefore does not have this limitation.
 @end itemize
index 33c3fad88329898df9a2da4003d1504e6954b36c..4d1deeb904992980e4b67513bda72df84ef64154 100644 (file)
@@ -22,4 +22,7 @@ Portability problems not fixed by Gnulib:
 @item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 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.
 @end itemize
index ecf92f3da4336dadca90395a477c4690745777d6..9ea9c8a5b87510ac83b5fa0448238853d2d3aa9d 100644 (file)
@@ -834,8 +834,14 @@ POSIX and in Gnulib.
 
 @item --
 @tab --
-@tab @code{iswctype}
+@tab @code{wctype}
+@tab @code{c32_get_type_test}
 @tab --
+
+@item --
+@tab --
+@tab @code{iswctype}
+@tab @code{c32_apply_type_test}
 @tab --
 
 @item @code{tolower}