내 우분투 상자에 설치되어 tree
있고 Putty에서 연결하고 부팅하면 tree
다음과 같은 결과가 나타납니다.
$ tree
âââ html.vim -> xml.vim
âââ js.vim -> xml.vim
âââ xml.vim
대신에:
$ tree --charset=ANSII
|-- html.vim -> xml.vim
|-- js.vim -> xml.vim
`-- xml.vim
npm
(패키지 관리자 nodejs
) 의 패키지를 나열할 때도 이 문제가 발생합니다.
$ npm list
/home/monkey/scripts/chatter
ââ⏠[email protected]
â âââ [email protected]
â âââ [email protected]
â ââ⏠[email protected]
â â âââ [email protected]
Putty 또는 Linux 상자에서 어떻게 변경할 수 있나요?
답변1
PuTTY의 문자 번역을 UTF-8로 변경합니다.
답변2
퍼티 메뉴 > Change Settings...
> Category :
Window
> Translation
> Remote Character Set
=UTF-8