適当に翻訳する。
関数「_XOpenLC()」や構造体「XLCd」の「LC」とは何なのか?
「Locale Code」「Locale Converter」「Locale Character set」などだと思っていたが、調べてみたら全然違った。
「Locale」の略らしい。
----------
X11R6.8.0/xc/doc/hardcopy/i18n/Framework.PS.gz (日本語訳)によると、
Generally speaking, the internationalized portion of Xlib (Locale Dependent X, LDX) consists of three objects; locale (LC) , input method (IM) and output method (OM). The LC provides a set of information that depends on user's language environment. The IM manages text inputing, and the OM manages text drawing. Both IM and OM highly depend on LC data.
基本的には、Xlib の国際化されている部分(ロケール依存の X、Locale Dependent X、LDX)は、3つの部品(object)から成る。即ち、ロケール(locale、LC)、入力メソッド(input method、IM)、及び出力メソッド(output method、OM)である。LC は、ユーザの言語環境に依存する情報一式を提供する。IM はテキスト入力を管理し、OM はテキストの描画を管理する。IM と OM は、両者とも LC のデータ(LC data)に大きく依存している。
とのこと。
つまり、「LC」=「LoCale」、「IM」=「Input Method」、「OM」=「Output Method」。
また、X11R7.7/lib/libX11-1.5.0/src/xlibi18n/Xlcint.h において、
215行目から、
/*
* define an LC, it's methods, and data.
*/
338行目から、
typedef struct _XLCd {
XLCdMethods methods; /* methods of this LC */
XLCdCore core; /* data of this LC */
XPointer opaque; /* LDX specific data */
} XLCdRec;
したがって、「LCd」=「LoCale」の「data」だと思われる。
カレンダー
カテゴリー
最新コメント
最新記事
ブログ内検索
広告