annotate doc/posix-functions/iswpunct.texi @ 9960:9f9682a4b630

Replace the isw* functions on Linux libc5.
author Bruno Haible <bruno@clisp.org>
date Tue, 22 Apr 2008 01:56:52 +0200
parents 070329237839
children cde9c9b93afe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9638
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 @node iswpunct
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 @section @code{iswpunct}
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 @findex iswpunct
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/iswpunct.html}
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:
9f9682a4b630 Replace the isw* functions on Linux libc5.
Bruno Haible <bruno@clisp.org>
parents: 9638
diff changeset
13 Solaris 2.5.1.
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
070329237839 Rename two directories: headers -> posix-headers, functions -> posix-functions.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 On Windows platforms, @code{wchar_t} is a 16-bit type and therefore cannot
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