+2003-01-17 Dave Love <fx@gnu.org>
+
+ * international/ucs-tables.el: Redo 8859-6 change in the right
+ place.
+
2003-01-17 Kenichi Handa <handa@m17n.org>
* international/fontset.el: Don't setup the default fontset and
;; table `utf-translation-table-for-decode' does nothing.
;; Convert the lists to the basic char tables.
- (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
+ (dolist (n (list 15 14 9 8 7 6 5 4 3 2 1))
(let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
(dolist (pair alist)
(let ((mule (car pair))
;; Derive tables that can be used as per-coding-system
;; `translation-table-for-encode's.
+ ;; N.B., there's no 8859-6 coding system.
(dolist (n (list 15 14 9 8 7 5 4 3 2 1))
(let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
(encode-translator (set (intern (format "ucs-8859-%d-encode-table"