|
May
01
|
The HTML parser used by HTMLEditorKit will throw a ChangedCharSetException every time a charset tag is parsed. To spo this behaviour you need set the IgnoreCharsetDirective property on the document to true.
document.putProperty("IgnoreCharsetDirective", new Boolean(true));



Recent Comments