tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

big5-decode-extra.html (1128B)


      1 <!DOCTYPE html>
      2 <html lang="en-GB">
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>Big5 decoding (extra)</title>
      6 <meta name="timeout" content="long">
      7 <meta name="variant" content="?1-1000">
      8 <meta name="variant" content="?1001-2000">
      9 <meta name="variant" content="?2001-last">
     10 <script src="/resources/testharness.js"></script>
     11 <script src="/resources/testharnessreport.js"></script>
     12 <script src="/common/subset-tests.js"></script>
     13 <link rel="author" title="Richard Ishida" href="mailto:ishida@w3.org">
     14 <link rel="help" href="https://encoding.spec.whatwg.org/#big5">
     15 <meta name="assert" content="The browser decodes all characters as expected from a file generated by encoding all pointers less than 5024 in the big5 encoding per the encoder steps in the specification.">
     16 <style>
     17 iframe { display:none }
     18 form { display:none }
     19 </style>
     20 <script src="big5_index.js"></script>
     21 <script src="big5-decoder.js"></script>
     22 <script src="../../resources/decode-common.js"></script>
     23 </head>
     24 
     25 <body onload="showNodes(big5Decoder);">
     26 
     27 <iframe src="big5_chars_extra.html" name="scriptWindow" id="scrwin"></iframe>
     28 
     29 <div id="log"></div>
     30 
     31 </body>
     32 </html>