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

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

[debbugs-tracker] bug#33796: closed (27.0.50; Use utf-8 is all our Elisp


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33796: closed (27.0.50; Use utf-8 is all our Elisp files)
Date: Tue, 08 Jan 2019 02:21:02 +0000

Your message dated Mon, 07 Jan 2019 21:20:36 -0500
with message-id <address@hidden>
and subject line Re: bug#33796: 27.0.50; Use utf-8 is all our Elisp files
has caused the debbugs.gnu.org bug report #33796,
regarding 27.0.50; Use utf-8 is all our Elisp files
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33796: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33796
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; Use utf-8 is all our Elisp files Date: Tue, 18 Dec 2018 13:46:45 -0500
Package: Emacs
Version: 27.0.50


Since Emacs-25, UTF-8 is the standard/default encoding for Elisp files.
The attached patch changes the few non-utf-8 Elisp files to use utf-8.

AFAICT, this patch is safe in the sense that the resulting .elc files
are identical (except for titdic-cnv.elc obviously, since I not only
changed the encoding but also the code, but I also checked that the
change of encoding itself does not affect the resulting .elc file).

In this patch, I made titdic-cnv.el use utf-8-emacs instead of utf-8
since it includes chars that can't be encoded with utf-8.  I'm not sure
why the same does not apply to the files it generates, but in my tests all
the quail files it generates can use utf-8 (rather than utf-8-emacs)
without affecting the generated .elc files (although the non-utf-8
chars of titdic-cnv.el seem to be inserted into some of the generated files
according to my reading of the code).

Any comments on the patch, or objection to installing it?


        Stefan

Attachment: 0001-Convert-remaining-non-utf-8-Elisp-files-to-utf-8.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#33796: 27.0.50; Use utf-8 is all our Elisp files Date: Mon, 07 Jan 2019 21:20:36 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Installed,


        Stefan


--- End Message ---

reply via email to

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