IT 이야기/Application
[Application] AP 프로퍼티(properties)파일 한글 문제
찬찬이 아빠
2020. 9. 11. 15:12
반응형
AP의 프로퍼티 파일(properties)에 한글이 모두 아래와 같이 출력됩니다.
# Rest day messages#
sym.cal.restName = ₩ud734₩uc77c₩uba85
sym.cal.restDetail = ₩ud734₩uc77c₩uc124₩uba85
sym.cal.restCategory = ₩ud734₩uc77c₩uad6c₩ubd84
JAVA에서 제공되는 native2ascii 명령을 사용하면 유니코드로 변환된 파일을 수정할 수 있습니다.
# native2ascii -reverse "유니코드 파일명" "변환될 파일명"
* 참고 : 이클립스 플러그인 propEdit를 사용하면 유니코드로 변환된 프로퍼티 파일 편집이 바로 가능합니다.
다운로드 URL : http://propedit.sourceforge.jp/eclipse/updates
반응형