[Eclipse] Properties Editor
앎/tool 2014. 3. 27. 19:25 |다국어를 지원하기 위해서는 리소스의 텍스트를 properties 파일로 분리해야 한다.
한글과 같은 non-latin 문자는 unicode 형식으로 저장해야 하는데, Properties Editor는 이를 작업하기 위한 도구이다.
설치
Eclipse의 메뉴에서 Help -> Install New Software
add를 클릭하여 다음과 같이 추가한다.
다음과 같이 PropertiesEditor를 체크하고 설치를 진행한다.
설치 후 .properties 파일을 더블 클릭하거나 다음과 같이 파일을 열 수 있다.
PropertiesEditor로 작업 시 한글은 다음과 같이 표시된다.
작업 파일을 일반 편집기로 열면 다음과 같이 표시된다.
'앎 > tool' 카테고리의 다른 글
[Eclipse] The server does not support version 3.0 of the J2EE Web module specification (0) | 2014.04.04 |
---|---|
[Eclipse] Override/Implement Methods 자동 생성 방법 (1) | 2014.03.13 |
[Eclipse] 패키지 자동 임포트 (Package Auto Import) (0) | 2014.02.27 |
[Eclipse] web.xml 자동 생성 (2) | 2014.02.26 |