Mercurial > emacs
changeset 24619:6057f7a48050
(x-ctext): New coding system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 13 Apr 1999 04:57:18 +0000 |
parents | b18f51ec1b6c |
children | ea2988489a80 |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Tue Apr 13 00:51:52 1999 +0000 +++ b/lisp/international/mule-conf.el Tue Apr 13 04:57:18 1999 +0000 @@ -301,6 +301,15 @@ '((safe-charsets . t))) (make-coding-system + 'x-ctext 2 ?x + "Compound text based generic encoding for decoding unknown messages." + '((ascii t) (latin-iso8859-1 t) t t + nil ascii-eol ascii-cntl nil locking-shift single-shift nil nil nil + init-bol nil nil) + '((safe-charsets . t) + (mime-charset . x-ctext))) + +(make-coding-system 'iso-safe 2 ?- "Convert all characters but ASCII to `?'." '(ascii nil nil nil