From: Tomohiro K. <tk...@ri...> - 2001-12-23 03:01:43
|
久保田です。 マニュアルの一部更新です。 --- mlterm.1 Sun Dec 23 09:17:51 2001 +++ mlterm.1.new Sun Dec 23 09:46:21 2001 @@ -32,6 +32,12 @@ .TP \fB\-A\fR, \fB\-\-aa\fR(=\fIbool\fR) Use anti-aliased fonts using Xft. The default is \fBfalse\fR. +Note that if you \fBmlterm\fR encoding is not a subset of Unicode +like ISO-2022-JP-2 or EUC-TW, characters which are regarded as +a same character in Unicode are displayed with the same glyph and +you cannot distinguish these characters. This is because Xft +library which is used for anti-alias font rendering is based on +Unicode. .TP \fB\-B\fR, \fB\-\-sbbg\fR=\fIcolor\fR Specify background color of the scrollbar. @@ -223,6 +229,12 @@ Use Unicode fonts even when \fBmlterm\fR encoding is not UTF-8. Useful when you have ISO10646 fonts but you don't have other fonts and want to use non-UTF-8 encodings. +Note that if you \fBmlterm\fR encoding is not a subset of Unicode +like ISO-2022-JP-2 or EUC-TW, characters which are regarded as +a same character in Unicode are displayed with the same glyph and +you cannot distinguish these characters. Since Xft library which +is used for anti-alias font rendering is based on Unicode, anti-alias +has the same problem. The default is "\fBfalse\fR". .TP \fB\-v\fR, \fB\-\-version --- 久保田智広 Tomohiro KUBOTA <ku...@de...> http://www.debian.or.jp/~kubota/ "Introduction to I18N" http://www.debian.org/doc/manuals/intro-i18n/ |