* gnus.texi (Wide Characters): New section.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 17 Aug 2001 22:45:18 +0000 (22:45 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 17 Aug 2001 22:45:18 +0000 (22:45 +0000)
texi/ChangeLog
texi/gnus.texi

index 6129b79..6ce8d2a 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-18 00:40:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Wide Characters): New section.
+
 2001-08-17  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi: Replace 20,20 with 23,23 for
index e1592e8..fa0a04e 100644 (file)
@@ -17742,6 +17742,7 @@ lots of percentages everywhere.
 * Advanced Formatting::   Modifying output in various ways.
 * User-Defined Specs::    Having Gnus call your own functions.
 * Formatting Fonts::      Making the formatting look colorful and nice.
+* Wide Characters::       Dealing with wide characters.
 @end menu
 
 Currently Gnus uses the following formatting variables:
@@ -17942,6 +17943,24 @@ Note that the @samp{%(} specs (and friends) do not make any sense on the
 mode-line variables.
 
 
+@node Wide Characters
+@subsection Wide Characters
+
+Proportional fonts in most countries have characters of the same width.
+Some countries, however, use Latin characters mixed with wider
+characters---most notable East Asian countries.
+
+The problem is that when formatting, Gnus assumes that if a string is 10
+characters wide, it'll be 10 Latin characters wide on the screen.  In
+these coutries, that's not true.
+
+@vindex gnus-use-correct-string-widths
+To help fix this, you can set @code{gnus-use-correct-string-widths} to
+@code{t}.  This makes buffer generation slower, but the results will be
+prettieer.  The default value is @code{nil}.
+
+
+
 @node Window Layout
 @section Window Layout
 @cindex window layout