Create Special:NewSection special page
[lhc/web/wiklou.git] / languages / messages / MessagesOr.php
index d17105a..022da81 100644 (file)
  */
 
 $digitTransformTable = [
-       '0' => '୦', # ୦
-       '1' => '୧', # ୧
-       '2' => '୨', # ୨
-       '3' => '୩', # ୩
-       '4' => '୪', # ୪
-       '5' => '୫', # ୫
-       '6' => '୬', # ୬
-       '7' => '୭', # ୭
-       '8' => '୮', # ୮
-       '9' => '୯', # ୯
+       '0' => '୦', # U+0B66
+       '1' => '୧', # U+0B67
+       '2' => '୨', # U+0B68
+       '3' => '୩', # U+0B69
+       '4' => '୪', # U+0B6A
+       '5' => '୫', # U+0B6B
+       '6' => '୬', # U+0B6C
+       '7' => '୭', # U+0B6D
+       '8' => '୮', # U+0B6E
+       '9' => '୯', # U+0B6F
 ];
 
 $linkTrail = "/^([a-z\x{0B00}-\x{0B7F}]+)(.*)$/sDu";