Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- port
- JavaScript
- netsh
- 네트워크
- lsof
- Quartz
- import
- resource
- plugin
- profile
- IntelliJ
- Mac
- maVen
- web.xml
- Windows
- vscode
- xargs
- Windows 10
- tomcat
- VirtualBox
- Eclipse
- GIT
- grep
- context
- ssh
- find
- Source
- 줄바꿈 문자
- bash
- 단축키
Archives
- Today
- Total
develog
[mac] iterm2 한글 자소분리 현상 해결 본문
- 증상
- 해결
Preferences > Profiles > Text > Unicode > Unicode normalization form : NFC 로 수정
[MAC] MacOS iTerm2 한글 자소분리 현상 해결
iTerm2 또는 terminal 사용 시 한글로 저장된 파일명이 이상하게 표시되는 경우가 있다. 분명 한글로 정확하게 '자료구조-이론-강의자료'라고 저장했음에도 불구하고, iTerm2이나 terminal CLI환경에서는
velog.io
https://gist.github.com/JamesChevalier/8448512
Unicode on Mac is insane. Mac OS X uses NFD while everything else uses NFC. This fixes that.
Unicode on Mac is insane. Mac OS X uses NFD while everything else uses NFC. This fixes that. - mac_utf8_insanity.md
gist.github.com
'OS & Shell > Mac' 카테고리의 다른 글
[mac] java decompiler JD-GUI (0) | 2021.02.16 |
---|---|
[mac] JDK 설치 경로 (0) | 2021.02.16 |
[mac] java 설치 경로 (0) | 2021.02.10 |
[mac] sqldeveloper connection test error (0) | 2021.02.10 |
[mac] nc 포트 오픈 확인 (netcat) (0) | 2021.02.09 |
Comments