OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / wctob.3
index 9c07ba4..0bf88fe 100644 (file)
 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
 .\"   ISO/IEC 9899:1999
 .\"
-.\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
-.\" Translated Sat Oct 23 19:35:47 JST 1999
-.\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
+.\"*******************************************************************
 .\"
-.TH WCTOB 3 2011-09-22 "GNU" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH WCTOB 3 2011\-09\-22 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O wctob \- try to represent a wide character as a single byte
 wctob \- ワイド文字のシングルバイト表現を試みる
-.\"O .SH SYNOPSIS
 .SH 書式
 .nf
-.B #include <wchar.h>
+\fB#include <wchar.h>\fP
 .sp
-.BI "int wctob(wint_t " c );
+\fBint wctob(wint_t \fP\fIc\fP\fB);\fP
 .fi
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR wctob ()
-.\"O function tests whether
-.\"O the multibyte representation of the
-.\"O wide character \fIc\fP, starting in the initial state, consists of a single
-.\"O byte.
-.\"O If so, it is returned as an
-.\"O .IR "unsigned char" .
-.BR wctob ()
-関数は、ワイド文字 \fIc\fP のマルチバイト表現(初期状態で開
-始)がシングルバイト文字だけでできているかどうかを調べる。もしそうであ
-れば、これを
-.I "unsigned char"
-型として返す。
+\fBwctob\fP()  関数は、ワイド文字 \fIc\fP のマルチバイト表現(初期状態で開
+始)がシングルバイト文字だけでできているかどうかを調べる。もしそうであ れば、これを \fIunsigned char\fP 型として返す。
 .PP
-.\"O Never use this function.
-.\"O It cannot help you in writing internationalized
-.\"O programs.
-.\"O Internationalized programs must never distinguish single-byte and
-.\"O multibyte characters.
-この関数は決して使わないこと。この関数は国際化プログラムを書く上では役
-に立たない。国際化されたプログラムでは、シングルバイト文字とマルチバイト
+この関数は決して使わないこと。この関数は国際化プログラムを書く上では役 に立たない。国際化されたプログラムでは、シングルバイト文字とマルチバイト
 文字を区別してはならない。
-.\"O .SH "RETURN VALUE"
 .SH 返り値
-.\"O The
-.\"O .BR wctob ()
-.\"O function returns the single-byte representation of \fIc\fP,
-.\"O if it exists, of \fBEOF\fP otherwise.
-.BR wctob ()
-関数は \fIc\fP のシングルバイト表現が存在すれば、その表現
-を返す。存在しなければ \fBEOF\fP を返す。
-.\"O .SH "CONFORMING TO"
+\fBwctob\fP()  関数は \fIc\fP のシングルバイト表現が存在すれば、その表現 を返す。存在しなければ \fBEOF\fP を返す。
 .SH 準拠
 C99.
-.\"O .SH NOTES
 .SH 注意
-.\"O The behavior of
-.\"O .BR wctob ()
-.\"O depends on the
-.\"O .B LC_CTYPE
-.\"O category of the
-.\"O current locale.
-.BR wctob ()
-の動作は、現在のロケールの
-.B LC_CTYPE
-カテゴリに依存する。
+\fBwctob\fP()  の動作は、現在のロケールの \fBLC_CTYPE\fP カテゴリに依存する。
 .PP
-.\"O This function should never be used.
-.\"O Internationalized programs must never
-.\"O distinguish single-byte and multibyte characters.
-.\"O- Use the function
-.\"O+ Use either
-.\"O .BR wctomb (3)
-.\"O+ or the thread-safe
-.\"O+ .BR wcrtomb (3)
-.\"O instead.
-この関数は決して使うべきではない。国際化プログラムでは、シングルバイト
-文字とマルチバイト文字を区別してはならない。代わりに、
-.BR wctomb (3)
-か、スレッドセーフな
-.BR wcrtomb (3)
-を使うこと。
-.\"O .SH "SEE ALSO"
+この関数は決して使うべきではない。国際化プログラムでは、シングルバイト 文字とマルチバイト文字を区別してはならない。代わりに、 \fBwctomb\fP(3)
+か、スレッドセーフな \fBwcrtomb\fP(3)  を使うこと。
 .SH 関連項目
-.BR btowc (3),
-.BR wcrtomb (3),
-.BR wctomb (3)
+\fBbtowc\fP(3), \fBwcrtomb\fP(3), \fBwctomb\fP(3)