Vim 正确显示 wchar 文本

发布于 2024-09-10 09:04:16 字数 298 浏览 1 评论 0原文

我正在尝试查看一个没有 BOM 作为 wchar 文本保存的文件。在我的 gVim 窗口中我看到:

T^@E^@X^@T^@H^@E^@R^@

...这真的很烦人。我想将此文件作为常规文本文档进行编辑,并且希望 vim 以相同的格式保存它。我尝试过 :set encoding=utf-16 (以及其他变体,例如 utf-16leucs-2ucs-2le,但文档视图永远不会改变,我该如何实现这一点?

I'm trying to look at a file that was saved without a BOM as wchar text. In my gVim window I see:

T^@E^@X^@T^@H^@E^@R^@

...which is really annoying. I want to edit this file as a regular text document, and I'd like vim to save it in the same format. I've tried doing :set encoding=utf-16 (and other variations such as utf-16le, ucs-2, and ucs-2le, but the document view never changes. How can I accomplish this?

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

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

发布评论

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

评论(1

清风无影 2024-09-17 09:04:16

您可以使用适当的编码重新加载文件:

:e ++enc=utf-16

You can reload the file with the appropriate encoding:

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