blob: d0449c15f10b0a6e072dc4249f4d2e21e48b3954 [file] [log] [blame]
apd731a032007-08-14 05:24:05 +00001 <?xml version="1.0" encoding="koi8-r"?>
2<html>
3<body>
4Should be your browser default encoding:
5<script>
rniwa@webkit.orgada3c202012-06-20 03:28:42 +00006 if (window.testRunner)
7 testRunner.dumpAsText();
apd731a032007-08-14 05:24:05 +00008 document.write(document.characterSet)
9</script>
10</body>