You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/06/09 23:44:29 UTC

DO NOT REPLY [Bug 29482] New: - bug with character entities > 16-bits and `]` following in the same text node

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29482>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29482

bug with character entities > 16-bits and `]` following in the same text node

           Summary: bug with character entities > 16-bits and `]` following
                    in the same text node
           Product: XalanC
           Version: 1.6
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: jeffbeck@nih.gov


XSL conversion from XML with source like:
   <subject>Research [&#x1D538;]rticle</subject>

with Xalan 1.5 or 1.6 produces bad output. Instead of UTF-8 character x1D538, we
get 
   <subject>Research [𝔸]í´¸rí´¸ticle</subject>
rather than 
   <subject>Research [𝔸]rticle</subject>
as expected.

The result will be similar if the `]` is following anywhere in the same text node.

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org