无法获取vim中显示的所有字符

发布于 2024-10-20 16:56:26 字数 373 浏览 1 评论 0原文

我无法让某些字符(例如 ' 和 ')在 vim 中正确显示。它们显示为 @~X。它们在 SnowLeopard 上运行良好,但在 Ubuntu 10.10 上运行不佳。 vim 配置镜像在两个系统上,并包含:
设置文件编码=utf-8
设置编码=utf-8
设置 termencoding=utf-8
' ' 标志在我的 ubuntu 终端上有效。 ubuntu 上的 Vim 版本为 7.3 p112,osx 上的 Vim 版本为 7.2 p108。

有什么建议吗?
我的配置中是否缺少任何内容?

TX,
-激活

I can't get certain characters, like ’ and ‘, to display properly in vim. They show up like <?>@~X. They work fine on SnowLeopard, but not on Ubuntu 10.10. The vim config is mirrored on the two systems, and contains:
set fileencoding=utf-8
set encoding=utf-8
set termencoding=utf-8
The ’ ‘ signs work in my terminal on ubuntu. Vim on ubuntu is version 7.3 p112, Vim on osx is 7.2 p108.

Any suggestions?
Am I missing anything in my config?

tx,
-aktiv

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

幽梦紫曦~ 2024-10-27 16:56:26

我在 Ubuntu 10.04 上尝试了未更改的 vim,两个勾号都按预期显示。我尝试过的版本是7.2.330。如果有帮助的话,我也可以稍后尝试10.10。

一些追踪问题的评论:

  • Debian/Ubuntu 完全基于 UTF-8/感知已经有一段时间了。因此,您无需自行设置,但也不会有什么坏处。

  • 例如,反引号 (`) 是 ASCII 字符,应该“始终”可用。它是一个重要的字符,例如对于 Shell 或 Perl 编程。

因此,我不认为您的配置中缺少某些内容。恰恰相反:

  • 也许您在配置中添加了一些特殊的处理后勾的内容,例如尝试更改颜色或类似的内容。

  • 因此,我建议您从系统中删除自定义配置,并尝试刻度线和其他字符是否正常工作。如果是这种情况,您可以再次添加一些配置。在某些时候,蜱虫应该停止工作。然后你就可以进行少量的定制来制作这些丑陋的角色。

I have tried an unchanged vim on Ubuntu 10.04 and both of ticks are displayed as expected. The version I have tried was 7.2.330. If it helps, I can try 10.10 later, too.

Some remarks to track the problem down:

  • Debian/Ubuntu is completely UTF-8 based/aware for some time now. So there is no need to set it on your own, but it should not hurt, too.

  • For example the back tick (`) is an ASCII character and should "always" be available. It is an important character, e.g. for Shell or Perl programming.

So I do not expect that you are missing something in your configuration. Quite the opposite:

  • Perhaps you have added something in your configuration that treats the back tick special, e.g. tries to change the color or something like that.

  • So I would like to suggest, that you remove your custom configuration from the system and tries if the ticks and other characters are working. If this is the case you can add some of the configurations again. At some point the ticks should stop working. Then you have a small number of customizations that make these ugly characters.

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