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