
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Japanese in Evolution 1.2.1 Solved
- Date: 22 Feb 2003 02:26:17 -0600
- From: Melvin Sneed <melvin.sneed@example.com>
- Subject: [tlug] Japanese in Evolution 1.2.1 Solved
- Organization:
A wonderful spiffy and swell type guy found and tested a patch to get
Japanese to display corectly in Evo. 1.2.
Thanks to Kouichi Takahashi! (send this man a beer)
The patch follows from his email.
Here is a diff against gtkhtml-1.1.8.
--- src/htmlgdkpainter.c 2003-02-18 03:10:56.000000000 +0900
+++ src/htmlgdkpainter.c.bak 2003-02-18 03:12:00.000000000 +0900
@@ -73,7 +73,7 @@
gint n;
/* Search paramether */
- for (s=font_name, n=pos; n; n--,s++)
+ for (s=font_name, n=pos ? 8 : 7; n; n--,s++)
s = strchr (s,'-');
if (s && *s != 0) {
Enjoy.
Peace,
Dave Maddox
--
Melvin Sneed <melvin.sneed@example.com>
Home |
Main Index |
Thread Index