Linux PuTTYコンソールでÂおよびâ文字を取得する


28

私が実行するほとんどのコマンドの手動出力でâÂが出力されることに非常に悩まされています。

誰かが解決策を提案できますか?

SSHモードでPuTTYを使用しており、LinuxサーバーはAmazon EC2によってカスタマイズされています。

echo $TERM
xterm

´B´ :Bold_Disable/Enable_toggle
              This command will influence use of the âboldâ terminfo capability and alters both the summary area and task area for the  ´cur-
              rentâ window.  While it is intended primarily for use with dumb terminals, it can be applied anytime.

              Note:  When  this  toggle  is On and top is operating in monochrome mode, the entire display will appear as normal text.  Thus,
              unless the âxâ and/or âyâ ...

回答:


40

端末はUTF-8を表示するように構成されていますか?ロケールと端末の設定を一致させてください。sshを介して接続する場合は、ターゲットマシンのロケールも考慮する必要があります。

PuTTYで、設定->ウィンドウ->翻訳-> UTF-8に移動します


パテでそれを確認するにはどうすればよいですか?私の端末タイプはecho $ TERM xterm
PK

14
エンコードは、端末タイプまたは$ TERMとは関係ありません。PuTTYで、設定->ウィンドウ->翻訳に移動します。
grawity

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.