개발(Web)/Web

[Eclipse/Spring] 한글 인코딩(Encoding: UTF-8) 또는 한글 깨짐 현상 복구

shinyelee 2020. 10. 25. 23:11

한글 깨짐

뭐가 원인인지 모르니 할 수 있는 건 다 해보자


방법 1. Preferences 건드리기

Window → Preferences → Web → Css Files → Encoding: UTF-8 →Apply
Preferences → Workspace → Text file encoding → Other: UTF-8 →Apply and Close


방법 2. 인코딩 UTF-8 여부 확인

home.jsp와 web.xml을 수정하자
page contentType, pageEncoding UTF-8인지 확인.
filter 한글처리했는지 확인

반응형