vte r2215 - in trunk: . src



Author: behdad
Date: Fri Nov 28 17:54:26 2008
New Revision: 2215
URL: http://svn.gnome.org/viewvc/vte?rev=2215&view=rev

Log:
2008-11-28  Behdad Esfahbod  <behdad gnome org>

        Bug 459553 â gnome-terminal cannot shows circled digits with the
        correct width on ja_JP.PCK
        Patch from Takao Fujiwara

        * src/iso2022.c (_vte_iso2022_ambiguous_width): Recognize Shift_JIS
        as East Asian locale for width considerations. 



Modified:
   trunk/ChangeLog
   trunk/src/iso2022.c

Modified: trunk/src/iso2022.c
==============================================================================
--- trunk/src/iso2022.c	(original)
+++ trunk/src/iso2022.c	Fri Nov 28 17:54:26 2008
@@ -343,6 +343,7 @@
 		"gb18030",
 		"gb2312",
 		"gbk",
+		"shiftjis",
 		"tcvn",
 	};
 	gsize i, j;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]