OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / release / man3 / iswgraph.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\" %%%LICENSE_END
9 .\"
10 .\" References consulted:
11 .\"   GNU glibc-2 source code and manual
12 .\"   Dinkumware C library reference http://www.dinkumware.com/
13 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
14 .\"   ISO/IEC 9899:1999
15 .\"
16 .\"*******************************************************************
17 .\"
18 .\" This file was generated with po4a. Translate the source file.
19 .\"
20 .\"*******************************************************************
21 .\"
22 .\" Translated Sat Sep  4 21:22:34 JST 1999
23 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
24 .\" Updated Sun Dec 26 19:31:38 JST 1999
25 .\"           by Kentaro Shirakata <argrath@yo.rim.or.jp>
26 .\"
27 .TH ISWGRAPH 3 1999\-07\-25 GNU "Linux Programmer's Manual"
28 .SH 名前
29 iswgraph \- グラフィックワイド文字かどうかを調べる
30 .SH 書式
31 .nf
32 \fB#include <wctype.h>\fP
33 .sp
34 \fBint iswgraph(wint_t \fP\fIwc\fP\fB);\fP
35 .fi
36 .SH 説明
37 \fBiswgraph\fP()  関数は、 \fBisgraph\fP(3)  に対応するワイド文字関数である。 この関数は、\fIwc\fP がワイド文字クラス
38 "graph" に属するワイド文字かど うかを調べる。
39 .PP
40 ワイド文字クラス "graph" は、ワイド文字クラス "space" と共通部分を持た ない。したがって、そのサブクラスである "blank"
41 とも共通部分を 持たない。
42 .PP
43 ワイド文字クラス "graph" は、ワイド文字クラス "print" のサブクラスであ る。
44 .PP
45 .\" Note: UNIX98 (susv2/xbd/locale.html) says that "graph" and "space" may
46 .\" have characters in common, except U+0020. But C99 (ISO/IEC 9899:1999
47 .\" section 7.25.2.1.10) says that "space" and "graph" are disjoint.
48 ワイド文字クラス "print" のサブクラスなので、ワイド文字クラス "graph" はワイド文字クラス "cntrl" とは共通部分を持たない。
49 .PP
50 ワイド文字クラス "graph" は、ワイド文字クラス "print" に属する文字のう ち空白文字を除く全てのワイド文字を含んでいる。したがって、
51 ワイド文字クラス "graph" にはワイド文字クラス "almun" と "punct" が含 まれる。
52 .SH 返り値
53 \fBiswgraph\fP()  関数は、\fIwc\fP がワイド文字クラス "graph" に属するワ イド文字ならば 0 でない値を返す。そうでなければ 0
54 を返す。
55 .SH 準拠
56 C99.
57 .SH 注意
58 \fBiswgraph\fP()  の動作は、現在のロケールの \fBLC_CTYPE\fP カテゴリーに依存する。
59 .SH 関連項目
60 \fBisgraph\fP(3), \fBiswctype\fP(3)
61 .SH この文書について
62 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
63 である。プロジェクトの説明とバグ報告に関する情報は
64 http://www.kernel.org/doc/man\-pages/ に書かれている。