表1-1にCtxパッケージのデータ型の概要を示します。
Ctx
表1-1 データ型の概要: Ctxパッケージ
encoding
サポートされる唯一のエンコーディング
encodings
エンコーディングの配列
定義
typedef struct encoding { oratext *encname; oratext *encvalue; } encoding;
typedef struct encodings { unsigned num; encoding *enc; } encodings;