Name: anR10225 Date: 12/05/2003 HTML parser doesn't handle such references as '&#xH;' where H is a hexadecimal number. The following test case reproduces the problem: JEditorPane p = new JEditorPane("text/html", "Z"); Document d = p.getDocument(); String cont = d.getText(0, d.getLength()); System.out.println("'" + cont + "'"); letter 'Z' here should be printed here instead of 'Z' ====================================================================== ###@###.### 10/13/04 17:55 GMT
|