localization - Android quantity strings - prevent Arabic numerals -


when following quantity string set textview:

<plurals name="distance_mile">     <item quantity="one">%d ميل</item>     <item quantity="other">%d ميل</item> </plurals> 

it rendered arabic numbers, e.g. 100 looks ١٠٠. there way (other replacing characters in resulting string) force european numerals? (like adding special unicode symbol or that)

thanks!


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -