(char-attribute-name<): Modify for new charset-id allocation method
authortomo <tomo>
Mon, 8 Apr 2002 17:31:45 +0000 (17:31 +0000)
committertomo <tomo>
Mon, 8 Apr 2002 17:31:45 +0000 (17:31 +0000)
for private coded-charsets.

lisp/utf-2000/char-db-util.el

index 8a4d35d..392ee1f 100644 (file)
                       t)))
                 (if (charset-iso-final-char kb)
                     nil
-                  (> (charset-id ka)(charset-id kb)))))
+                  (< (charset-id ka)(charset-id kb)))))
              ((<= (charset-chars ka)(charset-chars kb)))))
        (t
        (< (charset-dimension ka)
                      line-breaking))
       (setq attributes (delq 'morohashi-daikanwa attributes))
       )
+    ;; (when (and (memq 'hanyu-dazidian attributes)
+    ;;            (setq value (get-char-attribute char 'hanyu-dazidian)))
+    ;;   (insert (format "(hanyu-dazidian     %s)%s"
+    ;;                   (mapconcat #'number-to-string value " ")
+    ;;                   line-breaking))
+    ;;   (setq attributes (delq 'hanyu-dazidian attributes))
+    ;;   )
     (setq radical nil
          strokes nil)
     (when (and (memq 'ideographic-radical attributes)