Reputation: 4103
I have a problem that I want to write some type of special characters as � in eclipse editor under windows platform but I can't. How to get the solution of this problem and one more important thing is that when I am using Linux platform this problem doesn't occurs.
Please suggest me the solution for this problem. Thanks in advance.
Upvotes: 0
Views: 81
Reputation: 9520
To add � character in the string.xml. you can copy from here and paste this string in the string.xml like
<string name="hello">Hello World, HomeActivity! �</string>
For some more characters go to microsoft word and insert any symbols/character. copy and paste will solve the problem..
Upvotes: 2