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=29748>. 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=29748 Invalid encoding name "GBK". Summary: Invalid encoding name "GBK". Product: XalanJ2 Version: CurrentCVS Platform: Sun OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.transformer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] hi, When i tried to use GBK as the encoding in my XML, my Transformer is throwing an error that GBK encoding is not supported. Am using XML/XSL to create the HTML page. When i use GB2312 as encoding it is able to transform the page into HTML. but GB2312 encoding is not able to support some of the chinese characters. In My database and in my Websphere APplication server JVM setting am setting the encoding as GBK. Also in my servlet response. Is GBK encoding is supported by XALAN. i tried to get answers from java forums but i didnt get any answer for that. am not sure if it is an error (xalan is not able to support GBK) or problem is in my application side. pleas clarify me if XALAN transformer is able to support GBK encoding. Thanks. please find the exception below ; Line#: 1; Column#: 37 javax.xml.transform.TransformerException: Invalid encoding name "GBK". at org.apache.xalan.transformer.TransformerImpl.fatalError (TransformerImpl.java:671) at org.apache.xalan.transformer.TransformerImpl.transform (TransformerImpl.java:647) at org.apache.xalan.transformer.TransformerImpl.transform (TransformerImpl.java:1054) at org.apache.xalan.transformer.TransformerImpl.transform (TransformerImpl.java:1032) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
