diff options
author | Bruno Haible <bruno@clisp.org> | 2020-01-01 16:34:39 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2020-01-01 16:34:39 +0100 |
commit | 15cd8caa2aac6e2a37ee82a095275492bebae2bb (patch) | |
tree | 19dbd4a15e87faecde54c6a12279533a9f282ea5 /doc/posix-functions/wcschr.texi | |
parent | 02b745ccdd3495af496e60c3ef69a7a90f10994c (diff) | |
download | gnulib-15cd8caa2aac6e2a37ee82a095275492bebae2bb.tar.gz |
doc: Update documentation about wchar_t.
* doc/*/*wc*.texi: Clarify that 64-bit AIX does not have a too small
wchar_t type.
Diffstat (limited to 'doc/posix-functions/wcschr.texi')
-rw-r--r-- | doc/posix-functions/wcschr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/wcschr.texi b/doc/posix-functions/wcschr.texi index caeb77722b..29cfba97bb 100644 --- a/doc/posix-functions/wcschr.texi +++ b/doc/posix-functions/wcschr.texi @@ -13,6 +13,6 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item -On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize |