Pablo Fernandez
Pablo Fernandez

Reputation: 287410

Change default encoding for RubyMine?

Is it possible to change the default encoding for RubyMine to be UTF-8 instead of MacRoman or ASCII?

Upvotes: 1

Views: 2015

Answers (2)

james
james

Reputation: 217

File > Settings (or Ctrl + Atl + S)

Click the "General" selection under IDE Settings and select from the "IDE Encoding:" drop down menu at the bottom.

Upvotes: 0

Pablo Fernandez
Pablo Fernandez

Reputation: 287410

In MacOSX open RubyMine->Preferences, in Windows and Linux probably settings somewhere. Then go to General and IDE Encoding. Pick UTF-8 there.

Upvotes: 2

Related Questions