mule-utf-16-le, mule-utf-16-be.
+2002-12-05 Dave Love <fx@gnu.org>
+
+ * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
+ mule-utf-16-le, mule-utf-16-be.
+
2002-12-05 Richard M. Stallman <rms@gnu.org>
* textmodes/outline.el (outline-mode): Doc fix.
(#x9F9D ?\e$BcT\e(B)
(#x9FA0 ?\e$Bs~\e(B)))
+(let ((tab (make-char-table 'translation-table)))
+ (maphash (lambda (k v)
+ (aset tab k v))
+ ucs-mule-cjk-to-unicode)
+ (register-char-codings 'mule-utf-8 tab)
+ (register-char-codings 'mule-utf-16-be tab)
+ (register-char-codings 'mule-utf-16-le tab))
+
(provide 'utf-8-subst)
;;; utf-8-subst.el ends here