1 <?xml version="1.0" encoding="koi8-r"?> 2 <html> 3 <body> 4 Should be your browser default encoding: 5 <script> 6 if (window.layoutTestController) 7 layoutTestController.dumpAsText(); 8 document.write(document.characterSet) 9 </script> 10 </body> 11