I have to show copyright symbol: © in the message of an AlertDialog. I set a string value with the copyright symbol in res/string. But the symbol is shown as a question mark whe
Write it this way:
> String copyright = "Copyright \u00a9 2013, ajdeguzman";