emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/utf-8.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/utf-8.el
Date: Fri, 11 Apr 2003 07:10:48 -0400

Index: emacs/lisp/international/utf-8.el
diff -c emacs/lisp/international/utf-8.el:1.28 
emacs/lisp/international/utf-8.el:1.29
*** emacs/lisp/international/utf-8.el:1.28      Sat Mar 29 12:11:42 2003
--- emacs/lisp/international/utf-8.el   Fri Apr 11 07:10:48 2003
***************
*** 253,263 ****
          (define-translation-hash-table 'utf-subst-table-for-decode
            ucs-unicode-to-mule-cjk)
          (define-translation-hash-table 'utf-subst-table-for-encode
!           ucs-mule-cjk-to-unicode))
!       (define-translation-hash-table 'utf-subst-table-for-decode
!         (make-hash-table :test 'eq))
!       (define-translation-hash-table 'utf-subst-table-for-encode
!         (make-hash-table :test 'eq)))))
  
  (define-ccl-program ccl-decode-mule-utf-8
    ;;
--- 253,263 ----
          (define-translation-hash-table 'utf-subst-table-for-decode
            ucs-unicode-to-mule-cjk)
          (define-translation-hash-table 'utf-subst-table-for-encode
!           ucs-mule-cjk-to-unicode)))
!     (define-translation-hash-table 'utf-subst-table-for-decode
!       (make-hash-table :test 'eq))
!     (define-translation-hash-table 'utf-subst-table-for-encode
!       (make-hash-table :test 'eq))))
  
  (define-ccl-program ccl-decode-mule-utf-8
    ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]