Encoding Eclipse - Intellij

4

Imported a project in Intellij that was created in eclipse.

The project is quite large.

I'm having a problem with the encoding, in eclipse it's like Default the Cp1252

And IntelliJ is set to UTF-8

How do I change to Cp1252 or migrate the entire project to UTF-8 without having to rewrite everything?

If I set UTF-8 in Eclipse

    
asked by anonymous 23.10.2017 / 19:59

1 answer

1

To change the encode of creating files in eclispe, I do the following steps:

Window menu > Preference. In treeview, go to General>WorkSpace and change text file encoding to UTF-8.

    
23.10.2017 / 20:03