728x90
문제점
인텔리제이로 java project 중 resources 내부에 *.properties 에 한국어를 작성시 ??로 변경되는 현상
인코딩 default 설정이 UTF-8로 되어있지 않는 경우가 대다수
예시
hello=안녕
hello.name=안녕 {0}
hello=??
hello.name=?? {0}
해결방안
- IntelliJ IDEA preference 들어간다. 단축키 : command + ,
- File Encodings 들어간다.
- encoding 값은 utf-8로 변경