Re: RFR (JAXP): 8072081 : Supplementary characters are rejected in comments

2015-12-09 Thread huizhe wang
Thanks Lance! Yes, all tests passed. Best, Joe On 12/9/2015 6:43 PM, Lance @ Oracle wrote: Hi joe, Looks ok. Assume the jck runs clean as well? Best Lance Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Orac

Re: RFR (JAXP): 8072081 : Supplementary characters are rejected in comments

2015-12-09 Thread Lance @ Oracle
Hi joe, Looks ok. Assume the jck runs clean as well? Best Lance Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037 Oracle Java Engineering 1 Network Drive Burlington, MA 01803 [email protected] Sent from my iPad > On Dec 9, 2015, at 5:37 PM, huizhe wang wrote: > >

RFR (JAXP): 8072081 : Supplementary characters are rejected in comments

2015-12-09 Thread huizhe wang
Hi, Please review https://bugs.openjdk.java.net/browse/JDK-8072081. Supplementary characters are supported as character data in xml 1.0, and also names in xml 1.1. This patch fixed the bug that rejected supplementary characters in comments, and also made sure they are accepted in names. we