RubyMine 5.4.0 Web Help

There are two modes of dealing with file encoding:

RubyMine suggests the following major ways to change encoding:

To change encoding of a file that contains explicit encoding
  1. Open the desired file in the editor.
  2. Change explicit encoding information. Use error highlighting to recognize wrong encoding and press Ctrl+SpaceCtrl+Space to have a list of available encodings displayed:

    encoding3.png

To change encoding of a single file that doesnt contain explicit encoding
  1. Open the desired file for editing.
  2. Do one of the following:
    • On the main menu, point to File | File encoding.
    • Click file encoding on the Status bar.
  3. Choose Reload in or Convert to, and then select the desired encoding from the pop-up window.

    encoding2.png

See Also

Concepts:

Web Resources: