; Explain why some files are encoded in utf-8-emacs

* lisp/international/titdic-cnv.el:
* lisp/language/ethio-util.el:
* lisp/language/ethiopic.el:
* lisp/language/ind-util.el:
* lisp/language/tibetan.el:
* lisp/language/tibet-util.el:
* lisp/leim/quail/ethiopic.el:
* lisp/leim/quail/tibetan.el: Add commentary explaining why these
files are encoded in utf-8-emacs.  (Bug#59341)
This commit is contained in:
Eli Zaretskii 2022-11-19 11:25:25 +02:00
parent 12e1e9c797
commit ea721f2d0b
8 changed files with 56 additions and 0 deletions

View file

@ -59,6 +59,13 @@
;; Near the end of this file, we also have a few other tools to convert
;; miscellaneous dictionaries.
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(require 'quail)

View file

@ -30,6 +30,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(require 'robin)

View file

@ -27,6 +27,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(define-ccl-program ccl-encode-ethio-font

View file

@ -27,6 +27,13 @@
;; Finally, this program provides the compatibility support with
;; old implementation of Devanagari script.
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
;;; Transliteration

View file

@ -32,6 +32,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(defconst tibetan-obsolete-glyphs

View file

@ -34,6 +34,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
;;; Tibetan Character set.

View file

@ -26,6 +26,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(require 'quail)

View file

@ -33,6 +33,13 @@
;;; Commentary:
;; Note: This file includes several codepoints outside of the Unicode
;; 0..#x10FFFF range, which are characters that were not unified into
;; Unicode. Therefore, this file is encoded in utf-8-emacs, because
;; UTF-8 cannot encode such codepoints. We include these codepoints
;; literally in the file to have them displayed by suitable fonts,
;; which makes maintenance easier.
;;; Code:
(require 'quail)