[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el |
Date: |
Wed, 12 Feb 2003 18:16:20 -0500 |
Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.30
emacs/lisp/international/ucs-tables.el:1.31
*** emacs/lisp/international/ucs-tables.el:1.30 Fri Jan 17 08:59:17 2003
--- emacs/lisp/international/ucs-tables.el Tue Feb 4 08:09:38 2003
***************
*** 1239,1245 ****
(remq 'mule-utf-16-be
(aref char-coding-system-table key)))))))
ucs-mule-to-mule-unicode)
!
(if (not utf-fragment-on-decoding)
(define-translation-table 'utf-translation-table-for-encode)
(define-translation-table 'utf-translation-table-for-encode
--- 1239,1245 ----
(remq 'mule-utf-16-be
(aref char-coding-system-table key)))))))
ucs-mule-to-mule-unicode)
!
(if (not utf-fragment-on-decoding)
(define-translation-table 'utf-translation-table-for-encode)
(define-translation-table 'utf-translation-table-for-encode
***************
*** 2411,2417 ****
(?(1y(B . ?$,1Dy(B)
(?(1|(B . ?$,1D|(B)
(?(1}(B . ?$,1D}(B)))
!
(other
'(
;; latin-jisx0201 is mostly decoded to ascii, with these
--- 2411,2417 ----
(?(1y(B . ?$,1Dy(B)
(?(1|(B . ?$,1D|(B)
(?(1}(B . ?$,1D}(B)))
!
(other
'(
;; latin-jisx0201 is mostly decoded to ascii, with these