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

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

bug#59341: closed (29.0.50; Lisp files with other encoding than UTF-8?)


From: GNU bug Tracking System
Subject: bug#59341: closed (29.0.50; Lisp files with other encoding than UTF-8?)
Date: Sat, 19 Nov 2022 09:27:02 +0000

Your message dated Sat, 19 Nov 2022 11:26:26 +0200
with message-id <83y1s78fct.fsf@gnu.org>
and subject line Re: bug#59341: 29.0.50; Lisp files with other encoding than 
UTF-8?
has caused the debbugs.gnu.org bug report #59341,
regarding 29.0.50; Lisp files with other encoding than UTF-8?
to be marked as done.

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


-- 
59341: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59341
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Lisp files with other encoding than UTF-8? Date: Thu, 17 Nov 2022 11:38:46 -0800
I noticed that codespell was having trouble with one of our files
(ethio-util.el), refusing to read it as UTF-8.  This lead to some
unexpected and unwanted behavior.

So I took a closer look and found that several files in lisp/ appear to
be use some other encoding than UTF-8:

$ cd lisp ; for f in $(git ls-files|egrep '.el$'); \
    do file $f | grep -v UTF-8 | grep -v " ASCII" ; \
  done ; cd -
international/titdic-cnv.el: Lisp/Scheme program, Non-ISO
extended-ASCII text, with LF, NEL line terminators
language/ethio-util.el: Lisp/Scheme program, Non-ISO extended-ASCII
text, with LF, NEL line terminators
language/ethiopic.el: Lisp/Scheme program, Non-ISO extended-ASCII text
language/ind-util.el: Lisp/Scheme program, Non-ISO extended-ASCII
text, with LF, NEL line terminators
language/tibet-util.el: Lisp/Scheme program, Non-ISO extended-ASCII
text, with LF, NEL line terminators
language/tibetan.el: Non-ISO extended-ASCII text, with LF, NEL line terminators
leim/quail/ethiopic.el: Non-ISO extended-ASCII text, with LF, NEL line
terminators
leim/quail/tibetan.el: Lisp/Scheme program, Non-ISO extended-ASCII
text, with LF, NEL line terminators

Should these files be converted to UTF-8?



--- End Message ---
--- Begin Message --- Subject: Re: bug#59341: 29.0.50; Lisp files with other encoding than UTF-8? Date: Sat, 19 Nov 2022 11:26:26 +0200
> From: Stefan Kangas <stefankangas@gmail.com>
> Date: Fri, 18 Nov 2022 18:14:50 +0100
> Cc: 59341@debbugs.gnu.org
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > I'd rather describe the reason in more detail there.
> >
> > I can do this myself if you prefer.
> 
> Yes, that would be much appreciated.  Thank you.

Done, and closing the bug.


--- End Message ---

reply via email to

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