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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5139

xsltc should output a compiler warning message that it does not support encoding to 
EBCDIC-CP-IT

           Summary: xsltc should output a compiler warning message that it
                    does not support encoding to EBCDIC-CP-IT
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The output22 conf test sets the output encoding to EBCDIC-CP-IT. 
Xalan and the expected output seems to be encoded as such. 
Either XSLTC needs to give an error message saying it doesn't support 
this encoding or be enhanced to support it. 

MORTEN: I agree. XSLTC should output a compiler warning message (similar to
Saxon).

Here's the what Saxon, Xalan, and XSLTC do on test output22:

Running saxon on output22
Encoding EBCDIC-CP-IT is not supported: using UTF8
<?xml version="1.0" encoding="utf-8"?><out><test>Testing</test></out>

Running xalan on output22
Lo�@�
�~�K�@

~������`��`��onL��nL�
��n�
��La�
��nLa��n


Running XSLTC with Xerces Parser on output22
<?xml version="1.0" encoding="UTF-8" ?>
<out><test>Testing</test></out>

Reply via email to