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