개발(합니다)/TOOL
[Intellij] 인텔리제이 .properties 파일 유니코드 한글 변환 방법
otrodevym
2021. 4. 11. 00:00
반응형
인텔리제이를 사용하다보면 메시지를 모아둔 properties가 유니코드로 되어 있어서 한글로 봐야하는 경우가 있습니다.
자체 설정을 수정하여 변경할 수 있습니다.
1. 유니코드로 표시되는 한글
1-1. message.properties 파일 위치
1-2. message.properties 파일
2. 인텔리제이 환경 설정
2-1. File > Settings를 선택 혹은 Ctrl + Alt + s 단축키 입력
2-2. FIile Encoding 설정
Global Encoding : utf-8
Default encoding for properties files : utf-8
Transparent native to-ascii conversion : 체크
3. 유니코드를 한글로 변경 한 결과
반응형