NPE fix
[fedora-idea.git] / resources-en / src / inspectionDescriptions / LossyEncoding.html
blobf16214b4a4e554d51e42a910ddcfb7e423f4f253
1 <html>
2 <body>
3 <font face="verdana" size="-1">
4 This inspection warns you of characters that current encoding is incapable to represent.<br>
5 E.g. when you are trying to type international characters in an <b>US-ASCII</b>-encoded file.<br>
6 Typically, you would fix this by changing the file encoding,
7 either by specifying the encoding directly in the file, e.g. by editing <b>encoding=</b> attribute in the XML prolog of XML file,
8 or configuring the <b>Settings|General|File Encoding|Default encoding</b> setting,
9 or by setting up the file/directory encoding in the <b>Settings|File/Directory Options|File Encodings</b>.
10 </font>
11 <p><font face="verdana" size="-2">New in 7</font></p>
12 </body>
13 </html>