diff options
author | Bruno Haible <bruno@clisp.org> | 2008-12-21 13:26:10 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-12-21 13:26:10 +0100 |
commit | 1a5312f7bbd8c94d2497c0b290a76003f76c8a3f (patch) | |
tree | 8f236f6a0477cc06ba079b27ed85b1b137f90f98 /doc/posix-functions/wcsncpy.texi | |
parent | ab777bf8ac5eb0ef86c9929fb0d4d2f8c7a7fa3a (diff) | |
download | gnulib-1a5312f7bbd8c94d2497c0b290a76003f76c8a3f.tar.gz |
Mention that AIX has a crippled wchar_t type.
Diffstat (limited to 'doc/posix-functions/wcsncpy.texi')
-rw-r--r-- | doc/posix-functions/wcsncpy.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/wcsncpy.texi b/doc/posix-functions/wcsncpy.texi index 09eb275eec..b23d2c7795 100644 --- a/doc/posix-functions/wcsncpy.texi +++ b/doc/posix-functions/wcsncpy.texi @@ -16,6 +16,6 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: IRIX 5.3, Solaris 2.5.1. @item -On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot accommodate all Unicode characters. @end itemize |