+2003-04-28 Kenichi Handa <handa@m17n.org>
+
+ * international/mule-cmds.el (reset-language-environment): Raise
+ the priority of mule-utf-8, mule-utf-16-be-with-signature and
+ mule-utf-16-le.-with-signature.
+
+ * international/mule-conf.el: Set coding-category-utf-16-be to
+ mule-utf-16-be-with-signature, coding-category-utf-16-le to
+ mule-utf-16-le-with-signature. Raise the priority of
+ coding-category-utf-8, coding-category-utf-16-be, and
+ coding-category-utf-16-le
+
2003-04-27 Luc Teirlinck <teirllm@mail.auburn.edu>
* scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
coding-category-iso-8-else 'iso-2022-8bit-ss2
coding-category-ccl nil
coding-category-utf-8 'mule-utf-8
- coding-category-utf-16-be nil
- coding-category-utf-16-le nil
+ coding-category-utf-16-be 'mule-utf-16-be-with-signature
+ coding-category-utf-16-le 'mule-utf-16-le-with-signature
coding-category-big5 'chinese-big5
coding-category-raw-text 'raw-text
coding-category-binary 'no-conversion)
(set-coding-priority
'(coding-category-iso-8-1
coding-category-iso-8-2
+ coding-category-utf-8
+ coding-category-utf-16-be
+ coding-category-utf-16-le
coding-category-iso-7-tight
coding-category-iso-7
coding-category-iso-7-else
coding-category-big5
coding-category-ccl
coding-category-binary
- coding-category-utf-8
- coding-category-utf-16-be
- coding-category-utf-16-le))
+ ))
\f
;;; Miscellaneous settings.