mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-01 20:06:00 +00:00
Update source file encoding list
Update admin/notes/unicode, along with coding system cookies in other files, so that the two match each other better. * admin/notes/unicode: lisp/language/ethio-util.el and lisp/language/ethiopic.el also use utf-8-emacs. * admin/notes/hydra, doc/misc/dbus.texi, doc/misc/org.texi: * doc/misc/remember.texi, etc/refcards/cs-dired-ref.tex: * etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex: * etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex: * etc/refcards/sk-survival.tex: Add "coding: utf-8" so that this file is not mishandled in a Latin-1 or Big-5 locale. * lisp/international/robin.el, lisp/org/ox-ascii.el: Specify utf-8, not utf-8-emacs, as these are plain UTF-8 files. * lisp/language/ethio-util.el: Fix trailer.
This commit is contained in:
parent
e78aef0083
commit
25166a91fd
@ -1,4 +1,4 @@
|
||||
-*- outline -*-
|
||||
-*- mode: outline; coding: utf-8 -*-
|
||||
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
@ -167,8 +167,8 @@ nontrivial changes to the build process.
|
||||
leim/CXTERM-DIC/QJ.tit
|
||||
leim/CXTERM-DIC/SW.tit
|
||||
leim/CXTERM-DIC/TONEPY.tit
|
||||
leim/MISC-DIC/pinyin.map
|
||||
leim/MISC-DIC/CTLau.html
|
||||
leim/MISC-DIC/pinyin.map
|
||||
leim/MISC-DIC/ziranma.cin
|
||||
|
||||
* cp850
|
||||
@ -237,9 +237,11 @@ nontrivial changes to the build process.
|
||||
|
||||
These files contain characters that cannot be encoded in UTF-8.
|
||||
|
||||
lisp/language/tibetan.el
|
||||
lisp/language/tibet-util.el
|
||||
lisp/language/ethio-util.el
|
||||
lisp/language/ethiopic.el
|
||||
lisp/language/ind-util.el
|
||||
lisp/language/tibet-util.el
|
||||
lisp/language/tibetan.el
|
||||
lisp/leim/quail/ethiopic.el
|
||||
lisp/leim/quail/tibetan.el
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
\input texinfo @c -*- coding: utf-8 -*-
|
||||
@setfilename ../../info/dbus.info
|
||||
@c %**start of header
|
||||
@settitle Using of D-Bus
|
||||
|
@ -1,4 +1,4 @@
|
||||
\input texinfo
|
||||
\input texinfo @c -*- coding: utf-8 -*-
|
||||
@c %**start of header
|
||||
@setfilename ../../info/org.info
|
||||
@settitle The Org Manual
|
||||
|
@ -1,4 +1,4 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
\input texinfo @c -*- mode: texinfo; coding: utf-8 -*-
|
||||
@c %**start of header
|
||||
@setfilename ../../info/remember.info
|
||||
@settitle Remember Manual
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Reference Card for Dired
|
||||
% Reference Card for Dired -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Reference Card for GNU Emacs
|
||||
% Reference Card for GNU Emacs -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2015 Free Software
|
||||
% Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Title: GNU Emacs Survival Card
|
||||
% Title: GNU Emacs Survival Card -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Reference Card for Dired
|
||||
% Reference Card for Dired -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Reference Card for GNU Emacs
|
||||
% Reference Card for GNU Emacs -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 1987, 1993, 1996-1997, 2001-2015 Free Software
|
||||
% Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
% Title: GNU Emacs Survival Card
|
||||
% Title: GNU Emacs Survival Card -*- coding: utf-8 -*-
|
||||
|
||||
% Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -576,7 +576,7 @@ used."
|
||||
(provide 'robin)
|
||||
|
||||
;; Local Variables:
|
||||
;; coding: utf-8-emacs
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;;; robin.el ends here
|
||||
|
@ -2071,5 +2071,3 @@ mark."
|
||||
(provide 'ethio-util)
|
||||
|
||||
;;; ethio-util.el ends here
|
||||
|
||||
;;; ethio-util.el ends here
|
||||
|
@ -1965,7 +1965,7 @@ Return output file name."
|
||||
|
||||
;; Local variables:
|
||||
;; generated-autoload-file: "org-loaddefs.el"
|
||||
;; coding: utf-8-emacs
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
|
||||
;;; ox-ascii.el ends here
|
||||
|
Loading…
x
Reference in New Issue
Block a user