comparison doc/posix-functions/iswblank.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 15a1a8b07c32
comparison
equal deleted inserted replaced
10928:ae4a7d0b5e51 10929:a4794db249f8
17 @itemize 17 @itemize
18 @item 18 @item
19 This function is missing on some platforms: 19 This function is missing on some platforms:
20 AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw. 20 AIX 4.3.2, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw.
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