Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 47392 invoked from network); 18 Dec 2005 15:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Dec 2005 15:15:48 -0000 Received: (qmail 90507 invoked by uid 500); 18 Dec 2005 15:15:45 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 90052 invoked by uid 500); 18 Dec 2005 15:15:43 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 90040 invoked by uid 99); 18 Dec 2005 15:15:43 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2005 07:15:43 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 75CF7CB; Sun, 18 Dec 2005 16:15:22 +0100 (CET) From: bugzilla@apache.org To: commons-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 36856] - [email] not support content charset gb2312 In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20051218151522.75CF7CB@ajax.apache.org> Date: Sun, 18 Dec 2005 16:15:22 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=36856 ------- Additional Comments From yoshiyukimikami_20051218@saikyoline.jp 2005-12-18 16:15 ------- Created an attachment (id=17239) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17239&action=view) patch for "order fixed calling methods". Hello Philip, I applied the patch you made. But other problem cames up then. The problem is "order of calling method would be fixed statically". For example... 1 email.setCharset("gb2312"); 2 email.setMsg("foo"); 3 email.setCharset("ISO-2022-JP"); In this case, charset "ISO-2022-JP" won't be used. then I tried to make patch for this problem. Please check it, and give me some comments. Thank you. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org