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

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -