From unknown Sat Aug 09 19:20:55 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#70905 <70905@debbugs.gnu.org> To: bug#70905 <70905@debbugs.gnu.org> Subject: Status: [PATCH] Use lowercase utf-8 for charset in Content-Type. Reply-To: bug#70905 <70905@debbugs.gnu.org> Date: Sun, 10 Aug 2025 02:20:55 +0000 retitle 70905 [PATCH] Use lowercase utf-8 for charset in Content-Type. reassign 70905 mumi submitter 70905 Felix Lechner severity 70905 normal tag 70905 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 00:37:56 2024 Received: (at submit) by debbugs.gnu.org; 13 May 2024 04:37:56 +0000 Received: from localhost ([127.0.0.1]:58280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6NRj-00070z-JD for submit@debbugs.gnu.org; Mon, 13 May 2024 00:37:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:33260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s6NRh-00070t-9N for submit@debbugs.gnu.org; Mon, 13 May 2024 00:37:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s6NRg-00067O-CJ for bug-mumi@gnu.org; Mon, 13 May 2024 00:37:52 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1s6NRe-0007tS-L1 for bug-mumi@gnu.org; Mon, 13 May 2024 00:37:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=bzXkKbIGuvEgtIs 3AFZ7zMi9OqWTissdObvmgBqRCTM=; h=date:subject:cc:to:from; d=lease-up.com; b=VmVqEjU2OSEo7Gy31MgdacVmVCGEYymMJQKe8gl+EYiXXDYepSeb Snwh5Dr35IgAXlKycoh5Bj0tRQJ9Ok3d6H0gRWfcUJrN1apRi14QOOOgDS6571EnaOfbwS Frt4G2HhyfUIDqTPAXMVNWLmt8Sn2NrlUyMEo6LhkhSDwgdxM= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 509d257d (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Mon, 13 May 2024 04:37:48 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 8e3ec1e7; Mon, 13 May 2024 04:37:48 +0000 (UTC) From: Felix Lechner To: bug-mumi@gnu.org Subject: [PATCH] Use lowercase utf-8 for charset in Content-Type. Date: Sun, 12 May 2024 21:37:41 -0700 Message-ID: <20240513043741.6731-1-felix.lechner@lease-up.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=208.82.101.137; envelope-from=felix.lechner@us-core.com; helo=sail-ipv4.us-core.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: Felix Lechner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) The standard is case-insensitive, but the world is moving to lowercase. See comments here: https://stackoverflow.com/questions/10888929/should-html-meta-charset-be-lowercase-or-uppercase A preview of this code is live at patchwise.org. --- mumi/web/view/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 2275799..3172af6 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -56,7 +56,7 @@ (html (@ (lang "en")) (head (title ,title) - (meta (@ (http-equiv "Content-Type") (content "text/html; charset=UTF-8"))) + (meta (@ (http-equiv "Content-Type") (content "text/html; charset=utf-8"))) (meta (@ (name "author") (content "Ricardo Wurmus"))) (meta (@ (name "viewport") (content "width=device-width, initial-scale=1"))) base-commit: 99416ed5c7d950eaf54d52023a2efd975bccac92 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 13:39:38 2024 Received: (at 70905-done) by debbugs.gnu.org; 3 Jun 2024 17:39:38 +0000 Received: from localhost ([127.0.0.1]:53212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEBek-00037F-0i for submit@debbugs.gnu.org; Mon, 03 Jun 2024 13:39:38 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:44982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sEBeg-00036s-Sg for 70905-done@debbugs.gnu.org; Mon, 03 Jun 2024 13:39:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=EqJ7fyULjGvWuX6voSCvo4OIvLMO9OrFVWoayNZi2wU=; b=j+hQ4lYXZQ9V6JA0MN73bwNHJG fl2jyjJYGSL2nQUgsWASEI6F2SRV6u0hBnPCBivzJHhgPC450nFLb14ZXEG8kajBzSyVm78hUDBIU 44nx9eUbtDUe3VrQCVgInd70qf6u/xjTq74dWgDhcrLx/tkJ/KECC77LTg2M6FGc7PLh4PNWThQJi 3RxhD8I1+aGPafLETPNvRK+DN3j7GOajtuaw74AVSUEvOOj/riD0rk6P1UuqrhU/yPsGRxYbP5Q6A ZpCEe2WvwhM+8qHHU0RtxrsS/uiTNot78FWbI7H1gEeyPoqLDZ9mY+PA7ahNJMMZJcK9zQMy1BTxr /L+Cb7Rg==; Received: from [192.168.2.1] (port=47200 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.1) (envelope-from ) id 1sEBbM-0006bR-2v; Mon, 03 Jun 2024 18:36:09 +0100 From: Arun Isaac To: 70905-done@debbugs.gnu.org Subject: Re: [PATCH] Use lowercase utf-8 for charset in Content-Type. Date: Mon, 03 Jun 2024 18:39:11 +0100 Message-ID: <87ttia2af4.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 70905-done Cc: Felix Lechner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Applied, thanks! From unknown Sat Aug 09 19:20:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 02 Jul 2024 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator