Source code
Revision control
Copy as Markdown
Other Tools
// # 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));