TradeMark(TM) sign appears as a question mark on device

余生长醉 提交于 2020-01-04 04:28:07

问题


I'm displaying the trademark sign(™) appended to a text as a title of dialog box. It is working fine in emulator. But when I'm running the same in device then it displays as a question mark(?). Any ideas why it is happening and how to avoid that?


回答1:


EDITED

You can do this:

<string name="trademark_symbol">&#8482;</string>
<string name="app_name">My Application &#8482;</string>

Try this in your layout editor and you will see the symbol.



来源:https://stackoverflow.com/questions/14211783/trademarktm-sign-appears-as-a-question-mark-on-device

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!