PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3106 *** shadow/3106 Mon Aug 13 02:47:36 2001 --- shadow/3106.tmp.22023 Mon Aug 13 03:34:29 2001 *************** *** 25,27 **** --- 25,47 ---- 3) include them into .jar file again the Xalan is running 100%. + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-13 03:34 ------- + The following is not tested (dont have access to an EBCDIC box at the moment), + but a suggested fix follows... + + In javax.xml.transform.TransformerFactory.findFactory(String,String) + + - change - + BufferedReader rd = + new BufferedReader(new InputStreamReader(is)); + - to - + BufferedReader rd = + new BufferedReader(new InputStreamReader + (is,System.getProperty"file.encoding"))); + + ...should casuse the correct (EBCDIC) ByteToChar converter to be used by the + InputStreamReader ?? + + Regards, + Rob Stanley \ No newline at end of file
