(coding-category-utf-8,
authorKenichi Handa <handa@m17n.org>
Tue, 7 Mar 2000 06:16:30 +0000 (06:16 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Mar 2000 06:16:30 +0000 (06:16 +0000)
coding-category-utf-16-be, coding-category-utf-16-le): New coding
categories.  Include them in the argument for set-coding-priority.

lisp/international/mule-conf.el

index 6c28e4d..2a58e72 100644 (file)
       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)
    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))
 
 \f
 ;;; Miscellaneous settings.