Added those patches to fix Chinese(Big5) fonts.
This commit is contained in:
parent
3b5c21e07b
commit
631352fad5
11
x11/rxvt/patches/patch-ad
Normal file
11
x11/rxvt/patches/patch-ad
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- src/feature.h.orig Tue Jan 18 16:18:23 2000
|
||||||
|
+++ src/feature.h Tue Jan 18 16:19:00 2000
|
||||||
|
@@ -392,7 +392,7 @@
|
||||||
|
*/
|
||||||
|
#define NFONTS 7
|
||||||
|
#define FONT0_IDX 2
|
||||||
|
-#define NFONT_LIST "7x14", "6x10", "6x13", "8x13", "8x16", "10x20", "12x24"
|
||||||
|
+#define NFONT_LIST "8x16", "6x10", "6x13", "8x13", "8x16", "10x20", "12x24"
|
||||||
|
#ifdef MULTICHAR_SET /* multichar glyph language support */
|
||||||
|
# define MFONT_LIST NULL, NULL, NULL, NULL, NULL, NULL, NULL
|
||||||
|
#endif
|
11
x11/rxvt/patches/patch-ae
Normal file
11
x11/rxvt/patches/patch-ae
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- src/main.c.orig Tue Jan 18 16:17:33 2000
|
||||||
|
+++ src/main.c Tue Jan 18 16:18:08 2000
|
||||||
|
@@ -1012,7 +1012,7 @@
|
||||||
|
enc = "GB";
|
||||||
|
break;
|
||||||
|
case BIG5:
|
||||||
|
- c = "-*-%.2d-*-big5*-*";
|
||||||
|
+ c = "*16*big5*";
|
||||||
|
enc = "BIG5";
|
||||||
|
break;
|
||||||
|
case EUCJ:
|
Loading…
Reference in New Issue
Block a user