(iso-safe): New coding system.
authorKenichi Handa <handa@m17n.org>
Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 10 Aug 1997 04:07:03 +0000 (04:07 +0000)
lisp/international/mule-conf.el

index 87b792a..c5fb7aa 100644 (file)
  '((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.