; 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:
parent
12e1e9c797
commit
ea721f2d0b
8 changed files with 56 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue