autoconfig-latin1.cfg (291B)
1 // # don't remove this comment! (the first line is ignored by Mozilla) 2 // � 3 lockPref("_test.string.ASCII", "ASCII"); 4 lockPref("_test.string.non-ASCII", "日本語"); 5 lockPref("_test.string.getPref", getPref("_test.string.non-ASCII")); 6 lockPref("_test.string.gIsUTF8", String(this.gIsUTF8));