(www-ids-find-format-line): Add setting for "&ZOB-dddd;".
authortomo <tomo>
Thu, 2 Jun 2005 07:39:56 +0000 (07:39 +0000)
committertomo <tomo>
Thu, 2 Jun 2005 07:39:56 +0000 (07:39 +0000)
www/www-ids-find.el

index 5446d1f..cf47c73 100644 (file)
                         plane code plane code))
         (insert (format "C%d-%04X</a>" plane code))
         )
+       ((string-match "&ZOB-\\([0-9]+\\);" str)
+        (setq code (string-to-int (match-string 1 str)))
+        (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
+        (insert str)
+        (insert (format "\"><img alt=\"ZOB-%04d\" src=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/glyphs/ZOB-1968/%04d.png\">\n"
+                        code code))
+        (insert (format "ZOB-%04d</a>" code))
+        )
        (t
         (insert "<a href=\"http://mousai.kanji.zinbun.kyoto-u.ac.jp/char-desc?char=")
         (insert str)