Intellij 한글깨짐

박채빈·2022년 1월 8일
post-thumbnail

error: unmappable character (0xEC) for encoding x-windows-949

해결방법

  1. Settings > Editor > File Encodings에서 UTF-8로 설정 바꾸기

  2. Help > Edit Custom VM Options.. 맨 밑에 아래 코드 2줄 삽입

    -Dfile.encoding=UTF-8
    -Dconsole.encoding=UTF-8


  1. Intellij 껐다켜기
profile
안드로이드 개발자

0개의 댓글