From bugs-return-23602-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Thu Sep 07 12:21:59 2006 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 48759 invoked from network); 7 Sep 2006 12:21:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 12:21:46 -0000 Received: (qmail 35380 invoked by uid 500); 7 Sep 2006 12:21:46 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 35104 invoked by uid 500); 7 Sep 2006 12:21:44 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 35091 invoked by uid 99); 7 Sep 2006 12:21:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:21:44 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 05:21:44 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id CF0BD714302; Thu, 7 Sep 2006 12:18:11 +0000 (GMT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 40432] - Charset of date on error pages In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060907121811.CF0BD714302@brutus.apache.org> Date: Thu, 7 Sep 2006 12:18:11 +0000 (GMT) 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=40432 ------- Additional Comments From egmont@uhulinux.hu 2006-09-07 12:18 ------- Well, instead of removing the date, you could perhaps format it using numbers only (e.g. 2006/09/07 14:15 +0200) or format in English using a built-in table of English month and weekday names (hence not using libc's localized names). I know about this newlocale()/uselocale()/*_l() stuff, but that's really glibc- specific and requires a quite recent glibc, too. So it'd really be a bad approach for apache. I didn't realize when submitting the bug that apache is a multi-thread app so using setlocale() around strftime() isn't safe. -- 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org