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
if ("utf-16be".equals(encoding) || "utf-16le".equals(encoding)) {
165
165
this.characterEncoding = Encoding.UTF8;
166
-
err("The internal character encoding declaration specified \u201C" + encoding + "\u201D which is not a rough superset of ASCII. Using \u201CUTF-8\u201D instead.");
0 commit comments