Korean encoding problem in fleet
Answered
I'm sorry, I can't find the current topic.
When I open a file written in Korean, the words are broken. How can I fix it?
Please sign in to leave a comment.
Please ensure that project/file encoding is properly configured as per https://www.jetbrains.com/help/idea/encoding.html
See if adding:
-Dconsole.encoding=UTF-8
-Dfile.encoding=UTF-8
under `Help | Edit Custom VM Options` and IDE restart helps
파일을 노트패드++ 실행해서 파일이 UTF-8로 인코딩 되어있는지 확인하시고 다른 인코딩이면 UTF-8로 변환하시고 만약 빌드 후에 실행과정에서 발생하는 오류라면 Java 컴파일 시에 인코딩을 UTF-8로 지정해야 합니다.