[Evolution] Japanese in Evolution 1.2.1 Solved
- From: Melvin Sneed <melvin sneed worldnet att net>
- To: tlug tlug jp
- Cc: s-luppescu uchicago edu, evolution ximian com
- Subject: [Evolution] Japanese in Evolution 1.2.1 Solved
- Date: 22 Feb 2003 02:26:17 -0600
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 worldnet att net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]