00001 <?php 00012 #FIXME: inherit almost everything for now 00013 $rtl = true; 00014 00015 $digitTransformTable = array( 00016 '0' => '०', # ० 00017 '1' => '१', # १ 00018 '2' => '२', # २ 00019 '3' => '३', # ३ 00020 '4' => '४', # ४ 00021 '5' => '५', # ५ 00022 '6' => '६', # ६ 00023 '7' => '७', # ७ 00024 '8' => '८', # ८ 00025 '9' => '९', # ९ 00026 );