trisquel-icecat/icecat/extensions/pref/autoconfig/test/unit/autoconfig-latin1.cfg

6 lines
291 B
INI

// # don't remove this comment! (the first line is ignored by Mozilla)
// ©
lockPref("_test.string.ASCII", "ASCII");
lockPref("_test.string.non-ASCII", "日本語");
lockPref("_test.string.getPref", getPref("_test.string.non-ASCII"));
lockPref("_test.string.gIsUTF8", String(this.gIsUTF8));