32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
--- lisp/ps-mule.el
|
|
+++ lisp/ps-mule.el Wed Oct 24 18:35:23 2001
|
|
@@ -321,8 +321,8 @@
|
|
(normal builtin "Ryumin-Light-H" ps-mule-encode-7bit 2)
|
|
(bold builtin "GothicBBB-Medium-H" ps-mule-encode-7bit 2))
|
|
(korean-ksc5601
|
|
- (normal builtin "Munhwa-Regular-KSC-EUC-H" ps-mule-encode-7bit 2)
|
|
- (bold builtin "Munhwa-Bold-KSC-EUC-H" ps-mule-encode-7bit 2))
|
|
+ (normal builtin "Munhwa-Regular-KSC-EUC-H" ps-mule-encode-8bit 2)
|
|
+ (bold builtin "Munhwa-Bold-KSC-EUC-H" ps-mule-encode-8bit 2))
|
|
)
|
|
"Sample setting of the `ps-mule-font-info-database' to use builtin PS font.
|
|
|
|
@@ -367,7 +367,7 @@
|
|
(japanese-jisx0208
|
|
(normal bdf "jiskan24.bdf" ps-mule-encode-7bit 2))
|
|
(korean-ksc5601
|
|
- (normal bdf "hanglm24.bdf" ps-mule-encode-7bit 2))
|
|
+ (normal bdf "gulim24.bdf" ps-mule-encode-7bit 2))
|
|
(japanese-jisx0212
|
|
(normal bdf ("jksp40.bdf" "jisksp40.bdf") ps-mule-encode-7bit 2))
|
|
(chinese-cns11643-1
|
|
@@ -379,7 +379,7 @@
|
|
(chinese-big5-2
|
|
(normal bdf "taipei24.bdf" chinese-big5 2))
|
|
(chinese-sisheng
|
|
- (normal bdf ("sish24-etl.bdf" "etl24-sisheng.bdf") ps-mule-encode-7bit 1))
|
|
+ (normal bdf ("sish24-etl.bdf" "etl24-sisheng.bdf") ps-mule-encode-8bit 1))
|
|
(ipa
|
|
(normal bdf ("ipa24-etl.bdf" "etl24-ipa.bdf") ps-mule-encode-8bit 1))
|
|
(vietnamese-viscii-lower
|