diff options
author | Bruno Haible <bruno@clisp.org> | 2008-12-23 02:16:48 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-12-23 02:28:45 +0100 |
commit | 20d24b6149bd8af3db2fb3bd78f28de37e3d810e (patch) | |
tree | d96e023cb7967be9fed2e3401d509a9cbbf3f15f /doc/posix-functions/vfwscanf.texi | |
parent | 732ef44992c7a5a6b4dd74ea5e5ddaab18bb1b86 (diff) | |
download | gnulib-20d24b6149bd8af3db2fb3bd78f28de37e3d810e.tar.gz |
Mention platform-dependent limitations of wchar_t.
Diffstat (limited to 'doc/posix-functions/vfwscanf.texi')
-rw-r--r-- | doc/posix-functions/vfwscanf.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/vfwscanf.texi b/doc/posix-functions/vfwscanf.texi index bb455c6a9f..4dd92c531f 100644 --- a/doc/posix-functions/vfwscanf.texi +++ b/doc/posix-functions/vfwscanf.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin, Interix 3.5, BeOS. +@item +On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot +accommodate all Unicode characters. @end itemize |