priorities of all utf-16 base coding systems.
+2003-04-11 Kenichi Handa <handa@etlken2>
+
+ * international/mule-cmds.el (sort-coding-systems): Lower the
+ priorities of all utf-16 base coding systems.
+
2003-04-10 Juanma Barranquero <lektu@terra.es>
* frame.el (modify-all-frames-parameters): Deleted.
;; Lower utf-16 priority so that we
;; normally prefer utf-8 to it, and put
;; x-ctext below that.
- (cond ((or (eq base 'mule-utf-16-le)
- (eq base 'mule-utf-16-be))
+ (cond ((string-match "utf-16"
+ (symbol-name mime))
16)
((string-match "^x-" (symbol-name mime))
8)