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=5121>. 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=5121 Unable to stylize to windows-1252 from UTF-8 Summary: Unable to stylize to windows-1252 from UTF-8 Product: XalanJ2 Version: 2.2.x Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Am trying to stylise a Euro symbol from UTF-8 to windows-1252. I should get char 0x80, but get €. The input is a DOMSource object containing UTF8 Euro symbols, the output a Bytestream. The <xsl:output> only defines method="xml". In java I do t.setOutputProperty(OutputKeys.ENCODING, "windows-1252");
