diff options
| -rw-r--r-- | lisp/language/viet-util.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el index 95c54f159c3..5e3ce7e9cf6 100644 --- a/lisp/language/viet-util.el +++ b/lisp/language/viet-util.el | |||
| @@ -36,6 +36,12 @@ | |||
| 36 | ;;; Code: | 36 | ;;; Code: |
| 37 | 37 | ||
| 38 | ;;;###autoload | 38 | ;;;###autoload |
| 39 | (defun viet-encode-viscii-char (char) | ||
| 40 | "Return VISCII character code of CHAR if appropriate." | ||
| 41 | (aref (char-table-extra-slot viet-viscii-nonascii-translation-table 0) | ||
| 42 | char)) | ||
| 43 | |||
| 44 | ;;;###autoload | ||
| 39 | (defun setup-vietnamese-environment () | 45 | (defun setup-vietnamese-environment () |
| 40 | "Setup multilingual environment (MULE) for Vietnamese VISCII users." | 46 | "Setup multilingual environment (MULE) for Vietnamese VISCII users." |
| 41 | (interactive) | 47 | (interactive) |