为什么 PuTTYcyg 显示 â而不是手册页中的连字符?

发布于 2024-08-20 23:41:46 字数 591 浏览 4 评论 0原文

我一直在使用 PuTTYcyg 作为 Cygwin 终端,但它不会在手册中呈现破折号页面正确。例如,man gcc 的顶部看起来像

GCC(1)                                GNU                               GCC(1)

NAME
       gcc â GNU project C and C++ compiler

SYNOPSIS
       gcc [âc|âS|âE] [âstd=standard]
           [âg] [âpg] [âOlevel]
           [âWwarn...] [âpedantic]
           [âIdir...] [âLdir...]
           [âDmacro[=defn]...] [âUmacro]
           [âfoption...] [âmmachineâoption...]
           [âo outfile] infile...

更改字体没有帮助。我该如何解决这个问题?

I've been using PuTTYcyg as a Cygwin terminal, but it doesn't render dashes in manual pages correctly. For example, the top of man gcc looks like

GCC(1)                                GNU                               GCC(1)

NAME
       gcc â GNU project C and C++ compiler

SYNOPSIS
       gcc [âc|âS|âE] [âstd=standard]
           [âg] [âpg] [âOlevel]
           [âWwarn...] [âpedantic]
           [âIdir...] [âLdir...]
           [âDmacro[=defn]...] [âUmacro]
           [âfoption...] [âmmachineâoption...]
           [âo outfile] infile...

Changing fonts doesn't help. How can I fix this?

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

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

发布评论

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

评论(1

素衣风尘叹 2024-08-27 23:41:46
  1. 运行 PuTTYcyg 时,右键单击左上角的图标,然后选择“更改设置...”。
  2. 在“窗口”下的“类别”窗格中,选择“翻译”。
  3. 将假定的字符集更改为 UTF-8,如下图所示:

PuTTYcyg configuration

不要忘记保存新设置作为会话页面上的默认值。单击“应用”并享受!

  1. With PuTTYcyg running, right click the icon at the top left and select "Change Settings..."
  2. In the Category pane under Window, select Translation.
  3. Change the assumed character set to UTF-8 as in the image below:

PuTTYcyg configuration

Don't forget to save your new settings as the default on the Session page. Click Apply and enjoy!

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