Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Bidi with European terminators</title>
6 <style type="text/css">
7 p { unicode-bidi: bidi-override; }
8 </style>
9 </head>
10 <body>
11 <p>In the Bidi Algorithm, a sequence of European terminators
12 adjacent to European numbers changes to all European numbers. A
13 change was made in Unicode 6.3 so that all undefined Unicode
14 codepoints betweem U+20A0 and U+20CF would have the bidi category of
15 European terminator by default</p>
16 <p>$$$$1000000 סרפ!!!</p>
17 <p>₠₠₠₠1000000 סרפ!!!</p>
18 <p>₺₺₺₺1000000 סרפ!!!</p>
19 <p>⃏⃏⃏⃏1000000 סרפ!!!</p>
20 <p>₠₡₢₣₤₥₦<!--
21 -->₧₨₩₪₫€₭<!--
22 -->₮₯₰₱₲₳₴<!--
23 -->₵₶₷₸₹₺₻<!--
24 -->₼₽₾₿⃀⃁⃂<!--
25 -->⃃⃄⃅⃆⃇⃈⃉<!--
26 -->⃊⃋⃌⃍⃎⃏1000000 סרפ!!!</p>
27 </body>
28 </html>