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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] XSL conversion from XML with source like: <subject>Research [𝔸]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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
