3

I want IDEA to use whatever default system encoding is, instead it uses whatever is set through Settings > File Encodings. Which is set to UTF-8.

My application runs fine in Eclipse, which uses default system encoding on windows, but it is having trouble reading some xmi files when running the application through IDEA.

Tomasz Nurkiewicz
  • 334,321
  • 69
  • 703
  • 674
Watt
  • 3,118
  • 14
  • 54
  • 85

2 Answers2

8

You can select system's default encoding from the same drop down:

enter image description here

Anton Arhipov
  • 6,479
  • 1
  • 35
  • 43
3

Found it in File->Other Settings->Default encoding: http://ufasoli.blogspot.ru/2013/10/intellij-change-default-encoding-for.html

Grigory Kislin
  • 16,647
  • 10
  • 125
  • 197