Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-2560

ToXMLStream does not support unicode supplementary characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.7.1
    • None
    • Serialization
    • Security Level: No security risk; visible to anyone (Ordinary problems in Xalan projects. Anybody can view the issue.)
    • Xalan 2.7.1 serializer.
      Tested on Ubuntu 12.04 with Oracle JDK 1.7.0_05.

    Description

      org.apache.xml.serializer.ToXMLStream (which extends ToStream) does not support serialization of unicode supplementary characters such as U+1D49C. It creates invalid characters entities like "��" instead of "𝒜" (or F0 9D 92 9C with UTF-8). ToXMLStream is used by LSSerializer when Xalan's serializer is on the classpath.

      org.apache.xml.serialize.DOMSerializerImpl (included in Xerces) does not have this problem, but it is deprecated since Xerces 2.9.0, so this is a regression.

      See http://stackoverflow.com/questions/11952289/serializing-supplementary-unicode-characters-into-xml-documents-with-java for more details.

      Attachments

        Issue Links

          Activity

            People

              keshlam@alum.mit.edu Joe Kesselman
              damieng Damien Guillaume
              Votes:
              6 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: