'(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
'(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
`(,@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
`(,@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
`(,@props
(post-read-conversion . mule-utf-16-post-read-conversion)
(coding-category . coding-category-utf-16-be)
+ (ascii-incompatible . t)
(mime-charset . utf-16)))
)