728x90

1. Windows - Preferences

 

2. html files로 키워드 검색하여 Encoding 드랍다운박스에서 UTF-8 선택하여 Apply

(JSP는 jsp files로 검색)

3. 새 파일 생성하면 아래와 같이 기본 캐릭터셋이 UTF-8로 바뀐 걸 볼 수 있습니다.

(jsp 파일도 동일방법으로 설정가능)

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
(...)

+ Recent posts