The new Indian rupee symbol with unicode “\u20B9” doesn’t show up on the android emulator but it gets printed perfectly on the Log file. What could be the reason? Thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android’s system font may not have our Indian currency symbol. You should use your own font embedded in you application to achieve this. and is required to support older versions of Android devices too.
You can download font from here or from here
And follow this tutorial to know about font embedding : http://www.barebonescoder.com/2010/05/android-development-using-custom-fonts/