You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ "\u201D is not an IANA-registered encoding. (Charmod C022)");
177
-
} else {
178
-
err("The encoding \u201C"
179
-
+ encoding
180
-
+ "\u201D is not an IANA-registered encoding and did not use the \u201Cx-\u201D prefix. (Charmod C023)");
181
-
}
182
-
} elseif (!cs.getCanonName().equals(encoding)) {
183
-
err("The encoding \u201C" + encoding
184
-
+ "\u201D is not the preferred name of the character encoding in use. The preferred name is \u201C"
185
-
+ canonName + "\u201D. (Charmod C024)");
186
-
}
187
-
if (cs.isShouldNot()) {
188
-
warn("Authors should not use the character encoding \u201C"
189
-
+ encoding
190
-
+ "\u201D. It is recommended to use \u201CUTF-8\u201D.");
191
-
} elseif (cs.isObscure()) {
192
-
warn("The character encoding \u201C" + encoding + "\u201D is not widely supported. Better interoperability may be achieved by using \u201CUTF-8\u201D.");
0 commit comments