PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

File Encodings

Last modified: 02 November 2022

File | Settings | Editor | File Encodings for Windows and Linux

PyCharm | Preferences | Editor | File Encodings for macOS

Ctrl+Alt+S the Settings/Preferences icon

PyCharm uses these settings to view and edit files for which it was unable to detect the encoding and uses the specified encodings for new files.

The Editor | File Encodings settings

If PyCharm can't determine the file or directory encodings, it falls back to the configured project encoding. If there is no project, PyCharm uses the global encoding. File or directory encodings take precedence over the project encoding, which, in turn, takes precedence over the global encoding.

For more information about handling file encodings, see Encoding.