文本文件中的黑钻石问号字符
我正在处理 .tex 文件。如果我将记事本 txt 文件中的一些内容复制到 .tex 文件中,则在 gedit 上,.tex 文件在有引号或连字符的地方显示黑色菱形问号。我在 ubuntu 机器上使用 gedit。我怎样才能摆脱这些形状?
I am working with .tex files. If I copy some content from a notepad txt file onto the .tex file, on gedit, .tex files show black diamond shaped question marks in places where there were quotation marks or hyphens. I use gedit on ubuntu machine. How can I get rid of those shapes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这实际上只是一个嵌入的
a0
。您可以使用sed
摆脱它。(或使用 sed -i 来更改文件。)
This is really just an embedded
a0
. You can get rid of it withsed
.(or use
sed -i
to change the file in place.)出现黑色菱形是因为您使用的编辑器无法呈现您尝试显示的文本中的字符。您可以尝试使用更好的编辑器,例如 emacs 或 vi 并从那里加载文件,然后在编辑器中复制并粘贴。
The black diamonds appear because the editor you are using cannot render the characters in the text you are trying to display. You could try a better editor like emacs or vi and load up the file from there and then copy and paste within the editor.
尝试将 gedit 中的字体更改为对 Unicode 字符集有更完整支持的字体。例如,您可以尝试 Ubuntu 字体系列。
Try changing the font in gedit to one that has more complete support of the Unicode character sets. For example, you could try the Ubuntu font family.