Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-1.0.7-psfonts.patch
Parent Directory | Revision Log
Revision 153 -
(show annotations)
(download)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 1548 byte(s)
Tue May 8 20:52:56 2007 UTC (17 years, 5 months ago) by niro
File size: 1548 byte(s)
-import
1 | --- mozilla/modules/libpref/src/init/all.js.foo 2004-06-18 13:16:32.000000000 -0400 |
2 | +++ mozilla/modules/libpref/src/init/all.js 2004-06-18 13:17:28.000000000 -0400 |
3 | @@ -1776,8 +1776,10 @@ |
4 | pref("print.postscript.nativefont.ar", ""); |
5 | pref("print.postscript.nativefont.el", ""); |
6 | pref("print.postscript.nativefont.he", ""); |
7 | -pref("print.postscript.nativefont.ja", ""); |
8 | -pref("print.postscript.nativefont.ko", ""); |
9 | +pref("print.postscript.nativecode.ja", "euc-jp"); |
10 | +pref("print.postscript.nativefont.ja", "Ryumin-Light-EUC-H"); |
11 | +pref("print.postscript.nativecode.ko", "euc-kr"); |
12 | +pref("print.postscript.nativefont.ko", "Baekmuk-Gulim-KSC-EUC-H"); |
13 | pref("print.postscript.nativefont.th", ""); |
14 | pref("print.postscript.nativefont.tr", ""); |
15 | pref("print.postscript.nativefont.x-baltic", ""); |
16 | @@ -1786,8 +1788,10 @@ |
17 | pref("print.postscript.nativefont.x-unicode", ""); |
18 | pref("print.postscript.nativefont.x-user-def", ""); |
19 | pref("print.postscript.nativefont.x-western", ""); |
20 | -pref("print.postscript.nativefont.zh-CN", ""); |
21 | -pref("print.postscript.nativefont.zh-TW", ""); |
22 | +pref("print.postscript.nativecode.zh-CN", "gb18030"); |
23 | +pref("print.postscript.nativefont.zh-CN", "MSungGBK-Light-GBK2K-H"); |
24 | +pref("print.postscript.nativecode.zh-TW", "big5"); |
25 | +pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H"); |
26 | pref("print.postscript.nativefont.zh-HK", ""); |
27 | |
28 | # XP_UNIX |