Mercurial > emacs
changeset 88993:a7223f475d71
(describe-coding-system): Add utf-16
case.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 18 Aug 2002 13:27:46 +0000 |
parents | 88f65b224d62 |
children | 15c43d2abe68 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Sun Aug 18 13:25:12 2002 +0000 +++ b/lisp/international/mule-diag.el Sun Aug 18 13:27:46 2002 +0000 @@ -573,6 +573,9 @@ (princ " (do automatic conversion)")) ((eq type 'utf-8) (princ " (UTF-8: Emacs internal multibyte form)")) + ((eq type 'utf-16) + ;; (princ " (UTF-16)") + ) ((eq type 'shift-jis) (princ " (Shift-JIS, MS-KANJI)")) ((eq type 'iso-2022)