]> git.eshelyaron.com Git - emacs.git/commit
Fix encoding with 'utf-8-auto'
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Jan 2023 14:36:35 +0000 (16:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Jan 2023 14:36:35 +0000 (16:36 +0200)
commitcfd2b3504ab5de6eb5f3c7a0784cb447883e1326
tree05cd282566387e4c469e44830f50586dd56ae026
parent53b47df8229a3a54777940663edda28de0a01b90
Fix encoding with 'utf-8-auto'

* src/coding.c (encode_coding_utf_8): Fix encoding with
'utf-8-auto': it should produce BOM, per the documentation of
the :bom attribute.  (Bug#60750)

* lisp/international/mule.el (define-coding-system): Doc fix.

* test/src/coding-tests.el (coding-tests): Use
'with-coding-priority' instead of 'prefer-coding-system', as the
latter has global persistent effect and affects further tests.
lisp/international/mule.el
src/coding.c
test/src/coding-tests.el