emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70905: closed ([PATCH] Use lowercase utf-8 for charset in Content-Ty


From: GNU bug Tracking System
Subject: bug#70905: closed ([PATCH] Use lowercase utf-8 for charset in Content-Type.)
Date: Mon, 03 Jun 2024 17:40:02 +0000

Your message dated Mon, 03 Jun 2024 18:39:11 +0100
with message-id <87ttia2af4.fsf@systemreboot.net>
and subject line Re: [PATCH] Use lowercase utf-8 for charset in Content-Type.
has caused the debbugs.gnu.org bug report #70905,
regarding [PATCH] Use lowercase utf-8 for charset in Content-Type.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
70905: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70905
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Use lowercase utf-8 for charset in Content-Type. Date: Sun, 12 May 2024 21:37:41 -0700
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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] Use lowercase utf-8 for charset in Content-Type. Date: Mon, 03 Jun 2024 18:39:11 +0100
Applied, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]