文本文件中的黑钻石问号字符

发布于 2024-10-09 02:01:39 字数 126 浏览 5 评论 0原文

我正在处理 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

回梦 2024-10-16 02:01:39

这实际上只是一个嵌入的a0。您可以使用 sed 摆脱它。

<YOURFILE sed 's/\xa0//g' > YOURFILE.FIXED

(或使用 sed -i 来更改文件。)

This is really just an embedded a0. You can get rid of it with sed.

<YOURFILE sed 's/\xa0//g' > YOURFILE.FIXED

(or use sed -i to change the file in place.)

无远思近则忧 2024-10-16 02:01:39

出现黑色菱形是因为您使用的编辑器无法呈现您尝试显示的文本中的字符。您可以尝试使用更好的编辑器,例如 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.

吐个泡泡 2024-10-16 02:01:39

尝试将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文