.\" t -*- coding: UTF-8 -*- .\" .\" Copyright (C) 2014 Marko Myllynen .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" The GNU General Public License's references to "object code" .\" and "executables" are to be interpreted as the output of any .\" document formatting or typesetting system, including .\" intermediate and printed output. .\" .\" This manual is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" . .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH ICONVCONFIG 8 2014\-07\-08 GNU "Linux System Administration" .SH 名前 iconvconfig \- iconv モジュール設定キャッシュを作成する .SH 書式 \fBiconvconfig\fP [\fIoptions\fP] [\fIdirectory\fP]... .SH 説明 \fBiconv\fP(3) 関数は内部で文字集合の変換に \fIgconv\fP モジュールを使用する。 設定ファイルは変換に必要なモジュールを決定するのに使用される。 このような設定ファイルを読み込んで解釈していると、 \fBiconv\fP(3) を使用するプログラムの速度が遅くなるので、 キャッシュ機構が採用されている。 \fBiconvconfig\fP プログラムは、 iconv モジュール設定ファイルを読み込んで、 高速に読み込みができる gconv モジュール設定キャッシュファイルを書き出す。 システムが提供する gconv モジュールに加えて、 ユーザーは環境変数 \fBGCONV_PATH\fP で独自の gconv モジュールディレクトリを指定できる。 しかし、 iconv モジュール設定のキャッシュが使用できるのは環境変数 \fBGCONV_PATH\fP が設定されていない場合のみである。 .SH オプション .TP \fB\-\-nostdlib\fP システムのデフォルトの gconv ディレクトリを検索しない。 コマンドラインで指定されたディレクトリのみを検索する。 .TP \fB\-o\fP\fI outputfile\fP\fB, \-\-output=\fP\fIoutputfile\fP システムのデフォルトのキャッシュ場所の代わりに出力として \fIoutputfile\fP を使用する。 .TP \fB\-\-prefix=\fP\fIpathname\fP システムのパス名に指定した接頭辞を付与する。 下記の「ファイル」を参照。 デフォルトでは、 この接頭辞は空である。 接頭辞を \fIfoo\fP に設定すると、 gconv モジュール設定は \fIfoo/usr/lib/gconv/gconv\-modules\fP から読み込まれ、 キャッシュは \fIfoo/usr/lib/gconv/gconv\-modules.cache\fP に書き込まれる。 .TP \fB\-?\fP, \fB\-\-help\fP 使用方法を表示し、終了する。 .TP \fB\-\-usage\fP 簡潔な使用方法を出力し、終了する。 .TP \fB\-V\fP, \fB\-\-version\fP \fBiconv\fP のバージョン番号、 ライセンス、 保証免責を表示する。 .SH 終了ステータス 成功すると 0 で、 エラーの場合 0 以外。 .SH ファイル .TP \fI/usr/lib/gconv\fP 通常のデフォルトの gconv モジュールのパス。 .TP \fI/usr/lib/gconv/gconv\-modules\fP 通常のデフォルトの gconv モジュールのシステム設定ファイル。 .TP \fI/usr/lib/gconv/gconv\-modules.cache\fP 通常のデフォルトの gconv モジュールのシステム設定キャッシュ。 .SH 関連項目 \fBiconv\fP(1), \fBiconv\fP(3) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。