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 </head>
7 <body>
8 <p>In the Bidi Algorithm, a sequence of European terminators
9 adjacent to European numbers changes to all European numbers. A
10 change was made in Unicode 6.3 so that all undefined Unicode
11 codepoints betweem U+20A0 and U+20CF would have the bidi category of
12 European terminator by default</p>
13 <p>פרס $$$$1000000!!!</p>
14 <p>פרס ₠₠₠₠1000000!!!</p>
15 <p>פרס ₺₺₺₺1000000!!!</p>
16 <p>פרס ⃏⃏⃏⃏1000000!!!</p>
17 <p>פרס
18 ₠₡₢₣₤₥₦<!--
19 -->₧₨₩₪₫€₭<!--
20 -->₮₯₰₱₲₳₴<!--
21 -->₵₶₷₸₹₺₻<!--
22 -->₼₽₾₿⃀⃁⃂<!--
23 -->⃃⃄⃅⃆⃇⃈⃉<!--
24 -->⃊⃋⃌⃍⃎⃏1000000!!!</p>
25 </body>
26 </html>