Add UTF-8 as a default fallback encoding for unknown encodings

Issue #315
This commit is contained in:
janekptacijarabaci 2018-05-09 15:28:44 +02:00 committed by Roy Tam
commit 75705f87a2
4 changed files with 5 additions and 4 deletions

View file

@ -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);