[ http://issues.apache.org/jira/browse/XALANC-337?page=all ] David Bertoni closed XALANC-337: --------------------------------
> It becomes the entity output of Unicode. > ---------------------------------------- > > Key: XALANC-337 > URL: http://issues.apache.org/jira/browse/XALANC-337 > Project: XalanC > Type: Bug > Components: XalanC > Versions: 1.0.x > Environment: Operating System: Linux > Platform: All > Reporter: Yoshinori Hotta > > I am troubled by the character code conversion of Xalan. > If it is going to output by EUC-JP, > it will become the entity code output of UTF-8. > # If UTF-8 are specified, it will be shrewdly set to UTF-8. > Is it impossible although he wants to surely take out with EUC-JP? > sample: > ---- e.xml ------------------------------------------------ > <?xml version="1.0" encoding="EUC-JP" ?> > <dmy>●</dmy> > ----------------------------------------------------------- > ---- e.xsl ------------------------------------------------ > <?xml version="1.0" ?> > <xsl:stylesheet version="1.0" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > <xsl:output method="html" encoding="EUC-JP"/> > <xsl:template match="/"> > <html><body> > <xsl:value-of select="dmy"/> > </body></html> > </xsl:template> > </xsl:stylesheet> > ----------------------------------------------------------- > Xalan e.xml e.xsl > <html> > <body>●</body> ← I want ● > </html> > --- > RedHat 7.3 > gcc 2.96 > icu 2.4 > xerces 2.3 > xalan 1.6 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
