From ea721f2d0b15978315f18f985364e22912a50dfb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Nov 2022 11:25:25 +0200 Subject: ; 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) --- lisp/international/titdic-cnv.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lisp/international') diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el index d2a6ee1e9d1..b942f5fabc2 100644 --- a/lisp/international/titdic-cnv.el +++ b/lisp/international/titdic-cnv.el @@ -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) -- cgit v1.2.1