From 31780763c5582f1320bb5909fdfa13585e1c1384 Mon Sep 17 00:00:00 2001 From: "tao%netscape.com" Date: Wed, 29 Aug 2001 03:00:27 +0000 Subject: [PATCH] 8124: default charset should be set in ja-unix.jar -> move this pref to en-unix.jar.(r=jbetak,sr=sspitzer). --- modules/libpref/src/init/all.js | 2 +- xpfe/browser/resources/locale/en-US/unix/navigator.properties | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 8e79bc32dbae..ada7c0d53409 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -389,7 +389,7 @@ pref("intl.charsetmenu.mailview.cache", ""); pref("intl.charsetmenu.composer.cache", ""); pref("intl.charsetmenu.browser.cache.size", 5); pref("intl.charset.detector", "chrome://navigator/locale/navigator.properties"); -pref("intl.charset.default", "chrome://navigator/locale/navigator.properties"); +pref("intl.charset.default", "chrome://navigator-platform/locale/navigator.properties"); pref("intl.content.langcode", "chrome://communicator-region/locale/region.properties"); pref("font.language.group", "chrome://navigator/locale/navigator.properties"); diff --git a/xpfe/browser/resources/locale/en-US/unix/navigator.properties b/xpfe/browser/resources/locale/en-US/unix/navigator.properties index cd96062e0a53..e7613667b45f 100644 --- a/xpfe/browser/resources/locale/en-US/unix/navigator.properties +++ b/xpfe/browser/resources/locale/en-US/unix/navigator.properties @@ -1,3 +1,5 @@ # moved from navigator/locale/navigator.properties # valid collation options are: or useCodePointOrder intl.collationOption= +intl.charset.default=ISO-8859-1 +