Issue
How to add Turkish special characters in string.xml?
And then add them into Textview without using a WebView?
I have no idea about it.
Solution
You could simply use the Unicode codes, i.e.: \u20ba for ₺
Or the equivalent HTML entity: ₺, if you prefer.
Answered By - Phantômaxx
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.