阻止 xml 实体生成正方形
我的 xml 文件中有以下内容,它给了我一个正方形 ⃠
<?xml version="1.0" encoding="utf-8"?>
...
<Button android:text="⃠" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
...
该字符是“无符号”/禁止符号,但它显示像一个正方形...其他符号显示得很好,如欧元 €。
问题是我如何让符号显示出来,如果我不能,我怎么知道哪些符号可以工作,哪些不能工作......是否有一个主列表
i have the following in my xml file and it gives me a square ⃠
<?xml version="1.0" encoding="utf-8"?>
...
<Button android:text="⃠" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
...
the character is the "no symbol"/prohibited symbol but it shows up like a square...other symbols show up fine like euro €.
question is how do i get the symbol to show up and if i cant, how can i know what symbols will and wont work....is there a master list somewhere
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,由于各种原因它不会显示,还有其他关于此的帖子。
为什么不在图像中使用左可绘制:
相同的结果,您不必担心字符编码和字体。
Ok so due to various reasons it won't show up and there are other posts on this.
Why not use a left drawable in the image by:
Same result and you don't have to worry about character encoding and fonts.
有时这取决于您使用的字体。我有一个链接可以查找。一旦找到我就会回到这里。
更新:
给你 - http://www.fileformat.info/info/unicode/font /index.htm
Sometimes it depends on the Font you are using. I had a link to look that up. I'll get back here as soon as I find it.
Update:
Here you go - http://www.fileformat.info/info/unicode/font/index.htm