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

XSLT and Shift_JIS





------- Additional Comments From [EMAIL PROTECTED]  2002-04-03 04:13 -------
this is XML file using Shift_JIS encoding. Switch you browser's encoding to see 
it.

<?xml version="1.0" encoding="Shift_JIS" ?> 
<content>
  <p>�킩���܂���</p> 
</content>

the XSL file is just a usual one. (Shift_JIS encoding is specified in it).

Xalan displays everything right. Japanese characters are Japanese ones.

BUT XSLTC converts those symbols into "&#87944" type of metasymbols. AND it 
converts & of each of the metasymbol into "&amp;". So, the result is neither 
Japanese characters nor metasymbols.

Reply via email to