Code Inspections in Internationalization
This topic lists all PhpStorm code inspections available in Internationalization.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Lossy encoding | Reports characters that cannot be displayed because of the current document encoding.
You can fix this by changing the file encoding either by specifying the encoding directly in the file, e.g. by editing encoding= attribute in the XML prolog of XML file, or by changing the corresponding options in Settings | Editor | File Encodings. | Warning |
Non-ASCII characters | Reports code elements that uses non-ASCII symbols in an unusual context.
| Warning |