(char-ideographic-strokes-from-domains): New function [moved from
authortomo <tomo>
Fri, 4 Jun 2010 05:12:22 +0000 (05:12 +0000)
committertomo <tomo>
Fri, 4 Jun 2010 05:12:22 +0000 (05:12 +0000)
ideograph-util.el].

lisp/utf-2000/ideograph-subr.el

index 1ef2fcd..c8344ac 100644 (file)
@@ -66,6 +66,7 @@
               (throw 'tag ret))))))
    char ignore-sisters))
 
+
 (defun char-ideographic-radical (char &optional radical ignore-sisters)
   (let (ret)
     (or (if radical
            ret)))))
 
 
+;;;###autoload
+(defun char-ideographic-strokes-from-domains (char domains &optional radical)
+  (if radical
+      (get-char-feature-from-domains char 'ideographic-strokes domains
+                                    'ideographic-radical radical)
+    (get-char-feature-from-domains char 'ideographic-strokes domains)))
+
+
+
 ;;; @ end
 ;;;