| <meta http-equiv="content-language" content="en-us"> |
| <meta http-equiv='content-type' content='text/htm; charset=windows-1256'> |
| <script language="javascript"> |
| if (navigator.appName == "Netscape") |
| document.write("<meta http-equiv='content-type' content='text/htm; charset=x-user-defined'>"); |
| <p>Test a particular example of broken markup that was making us ignore a charset declaration.</p> |
| var charset = document.characterSet; |
| charset = document.charset; |
| charset = document.inputEncoding; |
| document.write("Encoding: " + charset + " (should be windows-1256)"); |