반응형 properties 한글1 IntelliJ properties 파일 한글 설정 IntelliJ에서 메시지 등 설정을 위해 properties 파일을 사용할 때 한글이 깨져보이는 경우가 있다. 이는 properties파일은 기본적으로 ISO 8859-1 인코딩을 사용하도록 설계되어 있어서 그렇다고 한다. 예를 들어 아래와 같이 properties를 선언하고 한글을 입력할 경우 다음과 같은 나오는 경우이다. sample 메시지 한글 깨져 보임. IntelliJ Preferences 창에서 설정으로 한글깨짐 해결이 가능하다. Preferences > Editor > File Encodings > Properties Files 항목 에서 Default encoding for properties files을 UTF-8로 변경하고 우측의 Transparent vative-to-ascii co.. 2022. 5. 6. 이전 1 다음 반응형