mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Adding 2 i18n prefs. r=ftang. bug #24027
This commit is contained in:
parent
55c55c8ad2
commit
b8da73984d
@ -254,6 +254,9 @@ pref("intl.auto_detect_encoding", true);
|
||||
pref("intl.character_set", 2); // CS_LATIN1
|
||||
pref("intl.font_encoding", 6); // CS_MAC_ROMAN
|
||||
|
||||
pref("intl.charset_menu.static", "iso-8859-1, iso-2022-jp, shift_jis, euc-jp,big5, x-euc-tw, gb2312, euc-kr, utf-7, utf-8");
|
||||
pref("intl.charset_menu.cache", "");
|
||||
|
||||
pref("browser.enable_webfonts", true);
|
||||
pref("browser.use_document_fonts", 2); // 0 = never, 1 = quick, 2 = always
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user