Mercurial > emacs
changeset 28020:7781c4bf73cb
(coding-category-utf-8,
coding-category-utf-16-be, coding-category-utf-16-le): New coding
categories. Include them in the argument for set-coding-priority.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 07 Mar 2000 06:16:30 +0000 |
parents | 75029c86627c |
children | e34a172ee77e |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Tue Mar 07 06:16:04 2000 +0000 +++ b/lisp/international/mule-conf.el Tue Mar 07 06:16:30 2000 +0000 @@ -361,6 +361,9 @@ coding-category-iso-7-else 'iso-2022-7bit-lock coding-category-iso-8-else 'iso-2022-8bit-ss2 coding-category-ccl nil + coding-category-utf-8 nil + coding-category-utf-16-be nil + coding-category-utf-16-le nil coding-category-big5 'chinese-big5 coding-category-raw-text 'raw-text coding-category-binary 'no-conversion) @@ -377,7 +380,10 @@ coding-category-sjis coding-category-big5 coding-category-ccl - coding-category-binary)) + coding-category-binary + coding-category-utf-16-be + coding-category-utf-16-le + coding-category-utf-8)) ;;; Miscellaneous settings.