diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-12-24 10:53:26 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-12-24 10:53:26 +0000 |
commit | b16407972b22ebca2a6b01cedb87074d25c3d32e (patch) | |
tree | 5408dd1ced7dfc87dffaa3e3749af33510e07f39 /doc | |
parent | * w3mimg/win/win_w3mimg.cpp: (diff) | |
download | w3m-b16407972b22ebca2a6b01cedb87074d25c3d32e.tar.gz w3m-b16407972b22ebca2a6b01cedb87074d25c3d32e.zip |
add documents for options "east_asian_width", "gb18030_as_ucs" and "simple_preserve_space".
Diffstat (limited to '')
-rw-r--r-- | doc-jp/README.m17n | 8 | ||||
-rw-r--r-- | doc/README.m17n | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc-jp/README.m17n b/doc-jp/README.m17n index 0c13872..97dac9f 100644 --- a/doc-jp/README.m17n +++ b/doc-jp/README.m17n @@ -225,6 +225,14 @@ strict_iso2022 厳密な ISO-2022-JP/KR/CN を使う(デフォルト ON) OFF にすると ISO 2022 系の文字集合は全て表示/出力する。 + east_asian_width + ある種のUnicode文字を全角にする(デフォルト OFF) + ON にすると East Asian Ambiguous 文字を全角とみなす。 + gb18030_as_ucs + GB18030 の 4バイト文字を Unicode として扱う(デフォルト OFF) + simple_preserve_space + 単純な空白の保存。 + ON にすると日本語などでも文字間の空白が削除されない。 alt_entity エンティティを ASCII の代替表現で表す(デフォルト ON) diff --git a/doc/README.m17n b/doc/README.m17n index d3a6ea5..c064d76 100644 --- a/doc/README.m17n +++ b/doc/README.m17n @@ -197,6 +197,14 @@ Option pannel Strict ISO-2022-JP/KR/CN. (Default: ON) If it is OFF, all ISO 2022 base character set can be displayed with ISO-2022-JP/KR/CN. + east_asian_width + Use double width for some Unicode characters. (Default: OFF) + If it is ON, treat East Asian Ambiguous characters as double width. + gb18030_as_ucs + Treat 4 bytes char. of GB18030 as Unicode. (Default: OFF) + simple_preserve_space + Simple Preserve space. + If it is ON, a space is remained in Japanese and some other languages. alt_entity Use alternate expression with ASCII for entities. (Default: ON) |