(jp-jouyou-read-file): Check `<-simplified' and
authortomo <tomo>
Mon, 12 Apr 2004 05:55:37 +0000 (05:55 +0000)
committertomo <tomo>
Mon, 12 Apr 2004 05:55:37 +0000 (05:55 +0000)
`<-simplified*sources'.

lisp/utf-2000/read-maps.el

index 54f27e4..43f27f8 100644 (file)
                (mapcar (lambda (c)
                          (aref c 0))
                        (split-string tchars " ")))
-         (unless (equal (char-feature char '<-simplified@JP/Jouyou)
-                        tchars)
+         (unless (or (equal (char-feature char '<-simplified@JP/Jouyou)
+                            tchars)
+                     (and (equal (char-feature char '<-simplified)
+                                 tchars)
+                          (memq 'JP/Jouyou
+                                (char-feature char '<-simplified*sources))))
            (put-char-attribute char
                                '<-simplified@JP/Jouyou
                                tchars)))