Mercurial > emacs
changeset 64123:4161411b91d0
Declare that all UTF-16-based coding
systems ASCII-incompatible.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Jul 2005 06:18:59 +0000 |
parents | c9251f75fc62 |
children | 8ee5c917c069 |
files | lisp/international/utf-16.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-16.el Thu Jul 07 04:59:32 2005 +0000 +++ b/lisp/international/utf-16.el Thu Jul 07 06:18:59 2005 +0000 @@ -504,6 +504,7 @@ '(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,6 +516,7 @@ '(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,6 +530,7 @@ `(,@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,6 +544,7 @@ `(,@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,6 +557,7 @@ `(,@props (post-read-conversion . mule-utf-16-post-read-conversion) (coding-category . coding-category-utf-16-be) + (ascii-incompatible . t) (mime-charset . utf-16))) )