comparison doc/posix-functions/iswxdigit.texi @ 10929:a4794db249f8

Mention that AIX has a crippled wchar_t type.
author Bruno Haible <bruno@clisp.org>
date Sun, 21 Dec 2008 13:26:10 +0100
parents c83dc7e8df57
children bb0ceefd22dc
comparison
equal deleted inserted replaced
10928:ae4a7d0b5e51 10929:a4794db249f8
17 @end itemize 17 @end itemize
18 18
19 Portability problems not fixed by Gnulib: 19 Portability problems not fixed by Gnulib:
20 @itemize 20 @itemize
21 @item 21 @item
22 On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot 22 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
23 accommodate all Unicode characters. 23 accommodate all Unicode characters.
24 @end itemize 24 @end itemize