초급의 끄적거림

[과정평가형] 이클립스 한글 인코딩 설정 본문

과정평가형

[과정평가형] 이클립스 한글 인코딩 설정

codingD 2019. 8. 30. 13:49

1. 프로젝트를 생성하기 전에 java, jsp, html, css, text 파일의 기본 인코딩을 'UTF-8'로 지정한다.
   (이클립스 Window - Preference 메뉴)

 

  1-1) Window → Preferences → General → Workspace → Text File Encoding 속성을 UTF-8로 변경

 

  1-2) Window → Preferences → General → Editors → Text Editors → Spelling Encoding 속성을 UTF-8로 변경

 

  1-3) Window → Preferences → Web → CSS Files Encoding을 UTF-8로 변경

 

  1-4) Window → Preferences → Web → HTML Files Encoding을 UTF-8로 변경

 

  1-5)  Window → Preferences → Web → JSP Files Encoding을 UTF-8로 변경

 

Comments