From a14e6b331abbdfae7e25bc4f4bef8f13fb5c4f76 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 1 Apr 2005 15:26:00 +0000 Subject: [PATCH] Update header. --- lisp/utf-2000/read-maps.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/utf-2000/read-maps.el b/lisp/utf-2000/read-maps.el index 842cac1..5258505 100644 --- a/lisp/utf-2000/read-maps.el +++ b/lisp/utf-2000/read-maps.el @@ -1,6 +1,6 @@ ;;; read-maps.el --- Read mapping-tables. -;; Copyright (C) 2002,2003,2004 MORIOKA Tomohiko +;; Copyright (C) 2002,2003,2004,2005 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: mapping table, character, CCS, multiscript, multilingual @@ -149,6 +149,8 @@ UCS-REGEXP is a regular expression to match against (encode-char chr '=ucs@jis/fw 'defined-only)) ((eq ucs-ccs '=ucs@gb) (encode-char chr '=ucs@gb/fw 'defined-only)) + ;; ((eq ucs-ccs '=ucs@big5) + ;; nil) (t (char-feature chr '=>ucs)))) ucs-code))) -- 1.7.10.4