tor-browser

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

922530-1.html (765B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>ALM character</title>
      6    <style type="text/css">
      7      p { font-size: 2em; }
      8    </style>
      9    <!--
     10 Test that U+061C functions as an invisible Arabic character.
     11 
     12 In the test text it is followed by two European numbers with a
     13 European separator between them. By rules W2, W3 and W6 of the
     14 Bidi algorithm (http://unicode.org/reports/tr9/#W2) the
     15 European numbers change to Arabic numbers, the ARABIC LETTER
     16 MARK changes to R and the separator changes to Other Neutral,
     17 and then by rule N1 the Arabic numbers make the separator
     18 change to R, so the final visual order is "a2+1&#x061c;", but
     19 the &#x061c should not appear
     20      -->
     21 </head>
     22  <body>
     23    <p>a&#x061c;1+2</p>
     24  </body>
     25 </html>