Reputation: 3831
I have problems with IntelliJ because it detects default system encoding like cp-1252 and then it uses that preference for my projects. Where does IntelliJ gets that information from and is there any way how to change that default system encoding?
This applies for IntelliJ 14 and windows 7.
Upvotes: 1
Views: 208
Reputation: 10676
If you go to:
File -> Other Settings -> Default Settings -> Editor -> File Encodings
There you can change the default encoding that IntelliJ will use. To change the settings for a specific project go to:
File -> Settings -> Default Settings -> Editor -> File Encodings
CP-1252 is the default windows encoding for characters in the Latin alphabet.
Upvotes: 2