mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Add UTF-8 as a default fallback encoding for unknown encodings
Issue #315
This commit is contained in:
parent
1aa30f609c
commit
75705f87a2
4 changed files with 5 additions and 4 deletions
|
|
@ -2046,7 +2046,7 @@ pref("intl.accept_languages", "chrome://global/locale/intl.propert
|
|||
pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
|
||||
pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
|
||||
pref("intl.charset.detector", "chrome://global/locale/intl.properties");
|
||||
pref("intl.charset.fallback.override", "");
|
||||
pref("intl.charset.fallback.override", "*"); // '*' to make sure the UI selects the proper entry for 'auto'
|
||||
pref("intl.charset.fallback.tld", true);
|
||||
pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties");
|
||||
pref("intl.locale.matchOS", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue