diff options
Diffstat (limited to 'lisp/language/ind-util.el')
-rw-r--r-- | lisp/language/ind-util.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index e2a21820f4f..447ca0c20cc 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el @@ -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 |