-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
beta
-
x86
-
windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116847 | 5.0u4 | Peter Zhelezniakov | P4 | Resolved | Fixed | b03 |
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
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
- backported by
-
JDK-2116847 HTML parser doesn't handle hexadecimal numeric character references
-
- Resolved
-