(www-format-encode-string): Use
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sun, 2 May 2021 03:59:51 +0000 (12:59 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 10 Jun 2021 23:19:06 +0000 (08:19 +0900)
https://moji.or.jp/mojikibansearch/img/MJ/MJ<dddddd>.png instead of
https://mojikiban.ipa.go.jp/MJ<dddddd>.png as the URL of MJ
glyph-image.

cwiki-common.el

index a5fc345..7fa51af 100644 (file)
@@ -1133,7 +1133,7 @@ style=\"vertical-align:middle\">"
          (while (re-search-forward "&\\(A-\\|o-\\|G-\\|g2-\\|R-\\)?MJ\\([0-9]+\\);" nil t)
            (setq code (string-to-int (match-string 2)))
            (replace-match
-            (format "<img alt=\"MJ%06d\" src=\"https://mojikiban.ipa.go.jp/MJ%06d.png\"
+            (format "<img alt=\"MJ%06d\" src=\"https://moji.or.jp/mojikibansearch/img/MJ/MJ%06d.png\"
 style=\"vertical-align:middle; width: 48px; height: 48px\">"
                     code
                     code