Home | History | Annotate | Download | only in encoding
      1 <HTML>
      2 <HEAD>
      3 <meta charset=windows-1255>
      4 </HEAD>
      5 <BODY>
      6 <p>Should see Hebrew letter Aleph twice: &#1488;</p>
      7 <script>
      8 if (window.layoutTestController)
      9     layoutTestController.dumpAsText();
     10 
     11 document.write(document.inputEncoding);
     12 </script>
     13 </BODY>
     14 </HTML>
     15