JetBrains Rider 2020.3 Help

File Encodings

Use this settings page to configure encoding options globally, for the current solution, or for any file or directory in your solution.

If the file or directory encodings are not defined, then the project encoding is used. In case the project encoding cannot be taken (for example, when the project is not yet created), JetBrains Rider uses global encoding.

File or directory encodings take precedence over the project encoding, which, in turn, takes precedence over the global encoding.

Global Encoding

Select the encoding to use when other encoding options don't apply.

For example, JetBrains Rider will use this encoding for files that are not part of any project or when you check out sources from a version control system.

Project EncodingSelect the encoding to use for files that are not listed in the table.
PathSpecify the path to the files or directories for which you want to configure the encoding.
Encoding

Select the encoding to use for the specified files and directories.

If this selector is disabled, the file probably has a BOM or the file declares the encoding explicitly. In this case, you can't configure the encoding to use for this file.

The encoding selected for a directory applies to all files and subdirectories within it.

Transparent native-to-ascii conversion

Show national characters (those not defined in ISO 8859-1) in place of the corresponding escape sequences.

Compare the representation of national characters
Create UTF-8 files

Select how JetBrains Rider should create UTF-8 files:

  • with BOM

  • without BOM

  • with BOM on Window and without BOM otherwise

By default, JetBrains Rider creates UTF-8 files without the BOM because some software is not compatible with the BOM, and it may be a problem when interpreting scripts. However, in some cases, you may want to have the BOM in your UTF-8 files.

Last modified: 08 March 2021