Mount `=hdic-tsj-entry-id' and `=hdic-tsj-glyph-id'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 14 Jan 2022 02:56:34 +0000 (11:56 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 15 Jan 2022 16:18:02 +0000 (01:18 +0900)
(www-format-encode-string): Add settings for `===chise-hdic-tsj' and
`=chise-hdic-tsj'.

cwiki-common.el

index 1ffb068..337df57 100644 (file)
@@ -63,6 +63,8 @@
 (mount-char-attribute-table 'abstract-glyph@iwds-1)
 (mount-char-attribute-table 'abstract-glyph@iwds-1/confluented)
 
+(mount-char-attribute-table '=hdic-tsj-entry-id)
+(mount-char-attribute-table '=hdic-tsj-glyph-id)
 
 (defvar est-hide-cgi-mode nil)
 (defvar est-view-url-prefix "..")
@@ -1136,6 +1138,20 @@ class=\"tooltiptext\">%s</span></div>"
             t 'literal))
 
          (goto-char (point-min))
+         (while (re-search-forward "&\\(R-\\)?CHISE-HDIC-TSJ\\([0-9A-F]+\\);" nil t)
+           (setq code (string-to-int (match-string 2) 16))
+           (setq char (decode-char '===chise-hdic-tsj code))
+           (when (setq ret (get-char-attribute char '=hdic-tsj-glyph-id))
+             (replace-match
+              (format
+               "<div class=\"tooltip\"><img alt=\"HDIC-TSJ-%s\" src=\"https://viewer.hdic.jp/img/tsj/%s.jpg\" style=\"
+vertical-align:middle; width: auto; max-height: 60px\"><span
+class=\"tooltiptext\">%s</span></div>"
+               ret ret
+               (charset-description '===chise-hdic-tsj))
+              t 'literal)))
+
+         (goto-char (point-min))
          (while (re-search-forward "&\\(o-\\|G-\\|g2-\\|R-\\)?AJ1-\\([0-9]+\\);" nil t)
            (setq code (string-to-int (match-string 2)))
            (replace-match