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=18217>. 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=18217 add charset convert to <copy> ------- Additional Comments From [EMAIL PROTECTED] 2003-03-21 09:39 ------- I'd read the source of FileUtils.java and find copyFile method use the same encoding type from both read and write. My project is made on Win2000 and will upload to Unix. The jsp file encoded by MS932 must convert to EUC_JP befroe uploading. also, the content in jsp file charset="shift_jis" must change to charset="euc_jp". but this can besolved by using replace filter.