説明
CHARMAPパラメータでは、文字マッピング・ファイルが文字コード・ポイント・マッピングをオーバーライドするように指定します。同じキャラクタ・セットのキャラクタ・セットの変換を有効にすると、パフォーマンスが低下することがあります。
構文
CHARMAP charmap filename
文字マッピングファイルの書式は次のとおりです。
-- Sample character mapping file.
-- Can use -- or COMMENT as comment line.
-- Can use CHARSET parameter to specify file encoding.
--
-- Source character set
SOURCECHARSET shiftjis
--
-- Target character set
TARGETCHARSET ja16euc
--
-- Character map definition by one code point.
-- left hand is source and right hand target code point.
\xa2c1 \x89\xa2\xb7 -- override \xa2c1 to \x89\xa2\xb7
--
-- Character map definition by range. Number of source and target characters must be the same.
\x61 - \x7a \x41 - \x5a