Spring Boot/IntelliJ

[IntelliJ] unmappable character (0xED) for encoding x-windows-949

번쩍코딩 2024. 4. 3. 17:07

 

print 시, 한국어를 넣어보았다.

 

 

 

에러가 발생하였다.

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

 

 

 

해결) 

File > Settings...> File Encodings

 

 

 

Project Encoding : UTF-8로 변경

Default encoding for properties files : UTF-8로 변경

 

 

 

테스트)

 

 

엑 안됨 ㅋ

 

 

해결