Lossy encoding
Reports characters that cannot be displayed because of the current document encoding.
Examples:
If you type international characters in a document with the US-ASCII charset, some characters will be lost on save.
If you load a UTF-8-encoded file using the ISO-8859-1 one-byte charset, some characters will be displayed incorrectly.
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.
Inspection Details | |
---|---|
Available in: | AppCode 2023.3, CLion 2023.3, DataGrip 2023.3, DataSpell 2023.3, GoLand 2023.3, IntelliJ IDEA 2023.3, JetBrains Rider 2023.1, PhpStorm 2023.3, PyCharm 2023.3, Qodana for .NET 2023.1, Qodana for JS 2023.3, Qodana for JVM 2023.3, Qodana for PHP 2023.3, Qodana for Ruby 2023.3, RubyMine 2023.3, WebStorm 2023.3 |
Plugin: | IDEA CORE, 233.SNAPSHOT |