Sanat Pandey
Sanat Pandey

Reputation: 4103

How to use � this type of characters in eclipse editor under windows platform

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

Answers (1)

Dinesh Prajapati
Dinesh Prajapati

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

Related Questions