개발환경

Eclipse 한글 인코딩 변경

심나라 2022. 2. 19. 23:09
728x90

Eclipse의 해당 메뉴에서 encoding을 UTF-8로 변경

 

1. Workspace의 UTF-8 설정
    - Window > Preferences > General > Workspace > "Text file encoding" (UTF-8)

2. Text Editors의 UTF-8 설정  
    - Window > Preferences > General > Editors > Text Editors > Spelling > "encoding" (UTF-8)

3. HTML, CSS, JSP의 UTF-8 설정
    - Window > Preferences > Web > CSS Files (ISO 10646/Unicode(UTF-8))
    - Window > Preferences > Web > HTML Files (ISO 10646/Unicode(UTF-8))
    - Window > Preferences > Web > JSP Files (ISO 10646/Unicode(UTF-8))
  
4. XML 파일의 UTF-8 설정
    - Window > Preferences > XML > XML Files (ISO 10646/Unicode(UTF-8))

728x90

'개발환경' 카테고리의 다른 글

Eclipse에 STS plugin을 수동으로 설치하는 방법  (0) 2022.02.23
Git 원격 저장소 연결 및 끊기  (0) 2022.02.19
Eclipse 단축키  (0) 2022.02.19
Docker 기반 MariaDB 설치  (0) 2022.02.17
IntelliJ 단축키  (0) 2022.02.17