[ http://issues.apache.org/jira/browse/XALANC-499?page=comments#action_64054 ] Dmitry Hayes commented on XALANC-499: -------------------------------------
The stylesheet: <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" version="1.0" encoding="UTF-8" /> <!-- encoding="ISO-8859-1" --> <xsl:template match="/"> <out> <xsl:comment> This is a comment 𐀁 𐀂 </xsl:comment> <xsl:processing-instruction name = "PI"> This is a PI 𐀁 𐀂 </xsl:processing-instruction> </out> </xsl:template> </xsl:stylesheet> gives asserts for both PI and comments > Ignoring surrogate pairs in comments and PI in UTF-8 Serializer > --------------------------------------------------------------- > > Key: XALANC-499 > URL: http://issues.apache.org/jira/browse/XALANC-499 > Project: XalanC > Type: Bug > Components: XalanC > Versions: CurrentCVS > Reporter: Dmitry Hayes > Assignee: Dmitry Hayes > Fix For: CurrentCVS > Attachments: patch.txt > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
