# HG changeset patch # User Kenichi Handa # Date 871186023 0 # Node ID a042f26b7a4c26a5c1a3ab0c4c7f379a899b9a9f # Parent 6b31dac7f72bf23f4820175e046a1e57d1ae9b7b (iso-safe): New coding system. diff -r 6b31dac7f72b -r a042f26b7a4c lisp/international/mule-conf.el --- 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.