Code Inspections in Internationalization
This topic lists all JetBrains Rider code inspections available in Internationalization.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages page of settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Lossy encoding | Reports characters that cannot be displayed because of the current document encoding. Examples:
You can fix this by changing the file encoding either by specifying the encoding directly in the file, e.g. by editing | |
Non-ASCII characters | Reports code elements that use non-ASCII symbols in an unusual context. Example:
|