May 12, 2005

Linux Firefox、Thunderbird 中文列印修正

Linux Firefox、Thunderbird 中文列印中文時出現方塊(□)嗎?
參考 自由軟體技術交統網 - 用Firefox瀏覽網頁 - 中文列印
作以下修改即可
Firefox: 修改 firefox/defaults/pref/firefox.js
Thunderbird: 修改 thunderbird/defaults/pref/thunderbird.js
加入以下四列, 重新啟動
pref("print.postscript.nativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("print.postscript.nativecode.zh-CN", "gb2312");
pref("print.postscript.nativecode.zh-TW", "big5");

Firefox 修改 firefox/greprefs/all.js
Thunderbird 修改 thunderbird/greprefs/all.js
到最底下
修改
pref("print.postscript.nativefont.zh-CN","");
pref("print.postscript.nativecode.zh-TW", "");
成為
pref("print.postscript.nativefont.zh-CN", "BousungEG-Light-GB-GB-EUC-H");
pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H");
pref("print.postscript.nativecode.zh-CN", "gb2312");
pref("print.postscript.nativecode.zh-TW", "big5");

Posted by pank at May 12, 2005 09:36 PM
Comments

Pank. 不好意思,我找到問題所在了,原來是我view->encoding沒設對。現在可以正常列印了。再次感謝!

Posted by: Frank at July 18, 2005 11:32 AM

Pank 您好。
這一頁對我幫助很大,我現在可以在Firefox下正確列印中文了。但是我用了同樣的方法試了多遍卻仍然無法使Thunderbird (1.0)正確列印中文,不知道是什麼原因, 請教指。謝謝。我用的是Linux FC2.

Posted by: Frank at July 18, 2005 11:26 AM
Post a comment













Remember personal info?