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

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -