2
我需要在我的string.xml中添加「TM」(商標)字符,我應該怎麼做?如何在Android中添加特殊的交易字符string.xml
<string name="snap_recipesnap_button">RecipeSnap\™</string>
我有某事像這樣,但它不工作
我需要在我的string.xml中添加「TM」(商標)字符,我應該怎麼做?如何在Android中添加特殊的交易字符string.xml
<string name="snap_recipesnap_button">RecipeSnap\™</string>
我有某事像這樣,但它不工作
願這可以幫助您:
<string name="snap_recipesnap_button">RecipeSnap ™</string>
[也許這將有助於(http://stackoverflow.com/questions/ 14211783/trademarktm-sign-appear-as-a-question-mark-on-device)...請在發佈問題之前先搜索 – musefan
我已經做了,但還沒有找到任何東西。謝謝 –
看到這個帖子堆棧溢出: http://stackoverflow.com/questions/8613884/how-do-i-insert-special-characters-as-text-in-xml-editor-for-安卓 –