aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozilla-jlp/files/unix.js
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozilla-jlp/files/unix.js')
-rw-r--r--japanese/mozilla-jlp/files/unix.js21
1 files changed, 19 insertions, 2 deletions
diff --git a/japanese/mozilla-jlp/files/unix.js b/japanese/mozilla-jlp/files/unix.js
index 5b772184d8f5..68adf6aeefea 100644
--- a/japanese/mozilla-jlp/files/unix.js
+++ b/japanese/mozilla-jlp/files/unix.js
@@ -150,7 +150,24 @@ pref("font.min-size.variable.zh-TW", 16);
pref("font.min-size.fixed.zh-TW", 16);
// ps font
-pref("print.psnativecode.ja", "euc-jp");
-pref("print.psnativefont.ja", "Ryumin-Light-EUC-H");
+// this list is used by the postscript font
+// to enumerate the list of langGroups
+// there should be a call to get the
+// langGroups; see bug 75054
+pref("print.psnativefont.ar", "");
+pref("print.psnativefont.el", "");
+pref("print.psnativefont.he", "");
+pref("print.psnativefont.ja", "");
+pref("print.psnativefont.ko", "");
+pref("print.psnativefont.th", "");
+pref("print.psnativefont.tr", "");
+pref("print.psnativefont.x-baltic", "");
+pref("print.psnativefont.x-central-euro", "");
+pref("print.psnativefont.x-cyrillic", "");
+pref("print.psnativefont.x-unicode", "");
+pref("print.psnativefont.x-user-def", "");
+pref("print.psnativefont.x-western", "");
+pref("print.psnativefont.zh-CN", "");
+pref("print.psnativefont.zh-TW", "");
pref("mail.signature_date", 0);