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