[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/utf-16.el
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/utf-16.el |
Date: |
Thu, 07 Jul 2005 02:19:00 -0400 |
Index: emacs/lisp/international/utf-16.el
diff -c emacs/lisp/international/utf-16.el:1.18
emacs/lisp/international/utf-16.el:1.19
*** emacs/lisp/international/utf-16.el:1.18 Mon Jul 4 17:22:27 2005
--- emacs/lisp/international/utf-16.el Thu Jul 7 06:18:59 2005
***************
*** 504,509 ****
--- 504,510 ----
'(ccl-decode-mule-utf-16le . ccl-encode-mule-utf-16le)
`(,@props
(post-read-conversion . utf-8-post-read-conversion)
+ (ascii-incompatible . t)
(mime-charset . utf-16le)))
(make-coding-system
***************
*** 515,520 ****
--- 516,522 ----
'(ccl-decode-mule-utf-16be . ccl-encode-mule-utf-16be)
`(,@props
(post-read-conversion . utf-8-post-read-conversion)
+ (ascii-incompatible . t)
(mime-charset . utf-16be)))
(make-coding-system
***************
*** 528,533 ****
--- 530,536 ----
`(,@props
(post-read-conversion . utf-8-post-read-conversion)
(coding-category . coding-category-utf-16-le)
+ (ascii-incompatible . t)
(mime-charset . utf-16)))
(make-coding-system
***************
*** 541,546 ****
--- 544,550 ----
`(,@props
(post-read-conversion . utf-8-post-read-conversion)
(coding-category . coding-category-utf-16-be)
+ (ascii-incompatible . t)
(mime-charset . utf-16)))
(make-coding-system
***************
*** 553,558 ****
--- 557,563 ----
`(,@props
(post-read-conversion . mule-utf-16-post-read-conversion)
(coding-category . coding-category-utf-16-be)
+ (ascii-incompatible . t)
(mime-charset . utf-16)))
)