Mercurial > hg > octave-nkf > gnulib-hg
annotate doc/posix-functions/iswgraph.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 |
rev | line source |
---|---|
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 @node iswgraph |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 @section @code{iswgraph} |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 @findex iswgraph |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
10876
c83dc7e8df57
Refer to new POSIX:2008 standard.
Bruno Haible <bruno@clisp.org>
parents:
10464
diff
changeset
|
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph.html} |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
9960
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
7 Gnulib module: wctype |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Portability problems fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 @itemize |
9960
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
11 @item |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
12 This function is missing on some platforms: |
10464
cde9c9b93afe
Add info about functions missing on IRIX 5.3.
Bruno Haible <bruno@clisp.org>
parents:
9960
diff
changeset
|
13 IRIX 5.3, Solaris 2.5.1. |
9960
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
14 @item |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
15 This function returns 0 for all possible arguments on some platforms: |
9f9682a4b630
Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents:
9638
diff
changeset
|
16 Linux libc5. |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 @end itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Portability problems not fixed by Gnulib: |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 @itemize |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 @item |
10929
a4794db249f8
Mention that AIX has a crippled wchar_t type.
Bruno Haible <bruno@clisp.org>
parents:
10876
diff
changeset
|
22 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot |
9638
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 accommodate all Unicode characters. |
070329237839
Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 @end itemize |