all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto
@ 2023-01-29 17:58 Tom Gillespie
  2023-01-29 18:14 ` Andreas Schwab
  2023-01-29 18:29 ` Eli Zaretskii
  0 siblings, 2 replies; 11+ messages in thread
From: Tom Gillespie @ 2023-01-29 17:58 UTC (permalink / raw)
  To: Emacs developers

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Following a wild adventure yesterday tracking down
an insanity inducing bug in emacs-zmq which wound
up being related to the change to add a byte order
mark, here is a patch to add a NEWS entry so that
others will be warned that the change has happened.
Tom

PS is it a bug that "\uFEFF" reads as a symbol instead
of whitespace in utf-8-unix encoding?

Relevant links.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60750
https://github.com/nnicandro/emacs-zmq/pull/43
https://github.com/search?p=3&q=utf-8-auto+-async.el&type=Code
https://github.com/search?q=utf-8-auto&type=Code

[-- Attachment #2: 0001-etc-NEWS-Announce-addition-of-BOM-to-utf-8-auto.patch --]
[-- Type: text/x-patch, Size: 712 bytes --]

From d62a7b12d5247c78c8c980d94012ba2f8db45221 Mon Sep 17 00:00:00 2001
From: Tom Gillespie <tgbugs@gmail.com>
Date: Sun, 29 Jan 2023 12:32:27 -0500
Subject: [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto

---
 etc/NEWS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index fb211f9b7d0..828bfb795fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -563,6 +563,9 @@ The variable 'font-lock-support-mode' is occasionally useful for
 debugging purposes.  It is now a regular variable (instead of a user
 option) and can be set to nil to disable Just-in-time Lock mode.
 
+** The 'utf-8-auto' coding-system now includes a byte order mark
+
++++
 \f
 * Changes in Emacs 29.1
 
-- 
2.39.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-02-02 17:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 17:58 [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto Tom Gillespie
2023-01-29 18:14 ` Andreas Schwab
2023-01-29 18:29 ` Eli Zaretskii
2023-01-29 19:11   ` Tom Gillespie
2023-01-29 19:38     ` Eli Zaretskii
2023-01-29 19:56       ` Tom Gillespie
2023-01-30 14:16         ` Eli Zaretskii
2023-01-30 15:06           ` Stefan Monnier
2023-01-30 17:12             ` Eli Zaretskii
2023-02-02 10:36         ` Eli Zaretskii
2023-02-02 17:56           ` Tom Gillespie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.