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=28734>.
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=28734

Serializer attempts to emit characters it should not for specified encoding

           Summary: Serializer attempts to emit characters it should not for
                    specified encoding
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xml.serializer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In some cases, the serializer attempts to emit a character in a particular 
encoding, rather than using an entity reference, even though the character 
cannot be represented in that encoding.  For instance, the serializer attempts 
to represent Unicode characters in the range U+0080 to U+00FF in ISO-8859-7, 
even though those character cannot be represented in that encoding.  Such 
character end up being emitted as question marks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to