Mercurial > emacs
changeset 19266:a042f26b7a4c
(iso-safe): New coding system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 10 Aug 1997 04:07:03 +0000 |
parents | 6b31dac7f72b |
children | 6e152439176f |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Sun Aug 10 04:07:03 1997 +0000 +++ b/lisp/international/mule-conf.el Sun Aug 10 04:07:03 1997 +0000 @@ -278,6 +278,16 @@ '((ascii t) nil t nil nil ascii-eol ascii-cntl nil nil single-shift)) +(make-coding-system + 'iso-safe 2 ?- + "Convert all characters but ASCII to `?'." + '(ascii nil nil nil + nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil t)) + +;; Use iso-safe for terminal output if some other coding system is +;; specified explicitely. +(set-safe-terminal-coding-system-internal 'iso-safe) + ;; The other coding-systems are defined in each language specific ;; section of languages.el.