diff lisp/international/mule-conf.el @ 22126:97cf1cae1971

Change term unification to translation throughtout the file.
author Kenichi Handa <handa@m17n.org>
date Mon, 18 May 1998 01:01:00 +0000
parents aa160e4358ac
children fc4aaf1b1772
line wrap: on
line diff
--- a/lisp/international/mule-conf.el	Mon May 18 01:01:00 1998 +0000
+++ b/lisp/international/mule-conf.el	Mon May 18 01:01:00 1998 +0000
@@ -195,17 +195,18 @@
 (setup-special-charsets)
 
 
-;; These are tables for unifying characters on decoding and encoding.
-(define-character-unification-table
+;; These are tables for translating characters on decoding and
+;; encoding.
+(define-character-translation-table
   'oldjis-newjis-jisroman-ascii
   (list (cons (make-char 'japanese-jisx0208-1978)
 	      (make-char 'japanese-jisx0208))
 	(cons (make-char 'latin-jisx0201) (make-char 'ascii))))
 
-(setq standard-character-unification-table-for-decode
-      (get 'oldjis-newjis-jisroman-ascii 'unification-table))
+(setq standard-character-translation-table-for-decode
+      (get 'oldjis-newjis-jisroman-ascii 'character-translation-table))
 
-(setq standard-character-unification-table-for-encode nil)
+(setq standard-character-translation-table-for-encode nil)
 
 
 ;;; Make fundamental coding systems.