Reputation: 780
I am encountering the following error while building a java application in IDEA IntelliJ.
“Unmappable character for encoding UTF-8”
Upvotes: 1
Views: 3482
Reputation: 780
In IDEA IntelliJ Go to File --> Settings --> Editor --> File Encodings
Select UTF-8 for Global and Project Encoding, solved my problem.
Upvotes: 3