Mercurial > emacs
comparison lisp/international/mule-diag.el @ 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 | ab54ec5d2b3c |
children | a5fec2756144 |
comparison
equal
deleted
inserted
replaced
88992:88f65b224d62 | 88993:a7223f475d71 |
---|---|
571 (princ type) | 571 (princ type) |
572 (cond ((eq type 'undecided) | 572 (cond ((eq type 'undecided) |
573 (princ " (do automatic conversion)")) | 573 (princ " (do automatic conversion)")) |
574 ((eq type 'utf-8) | 574 ((eq type 'utf-8) |
575 (princ " (UTF-8: Emacs internal multibyte form)")) | 575 (princ " (UTF-8: Emacs internal multibyte form)")) |
576 ((eq type 'utf-16) | |
577 ;; (princ " (UTF-16)") | |
578 ) | |
576 ((eq type 'shift-jis) | 579 ((eq type 'shift-jis) |
577 (princ " (Shift-JIS, MS-KANJI)")) | 580 (princ " (Shift-JIS, MS-KANJI)")) |
578 ((eq type 'iso-2022) | 581 ((eq type 'iso-2022) |
579 (princ " (variant of ISO-2022)\n") | 582 (princ " (variant of ISO-2022)\n") |
580 (princ "Initial designations:\n") | 583 (princ "Initial designations:\n") |