diff options
Diffstat (limited to 'lisp/leim/quail')
-rw-r--r-- | lisp/leim/quail/ethiopic.el | 7 | ||||
-rw-r--r-- | lisp/leim/quail/tibetan.el | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/leim/quail/ethiopic.el b/lisp/leim/quail/ethiopic.el index c8753effe0a..df4bf596cb6 100644 --- a/lisp/leim/quail/ethiopic.el +++ b/lisp/leim/quail/ethiopic.el @@ -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) diff --git a/lisp/leim/quail/tibetan.el b/lisp/leim/quail/tibetan.el index ca44f7022d2..7f0848d04bd 100644 --- a/lisp/leim/quail/tibetan.el +++ b/lisp/leim/quail/tibetan.el @@ -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) |