tenfourfox/extensions/pref/autoconfig/test/unit/autoconfig-utf8.cfg
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
287 B
INI

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