diff lisp/international/mule.el @ 95398:f7271aace10a

(define-coding-system): Accept :bom for utf-8.
author Kenichi Handa <handa@m17n.org>
date Thu, 29 May 2008 22:58:58 +0000
parents 2ad34c838fd2
children 57b80a67db7b
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu May 29 22:58:15 2008 +0000
+++ b/lisp/international/mule.el	Thu May 29 22:58:58 2008 +0000
@@ -767,6 +767,8 @@
 				      :reg-usage
 				      :request
 				      :flags))
+				   ((eq coding-type 'utf-8)
+				    '(:bom))
 				   ((eq coding-type 'utf-16)
 				    '(:bom
 				      :endian))