(www-format-encode-string): Add setting for `=>big5-cdp@iwds-1'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 19 Jan 2022 06:40:51 +0000 (15:40 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 19 Jan 2022 13:29:43 +0000 (22:29 +0900)
cwiki-common.el

index 937afa5..6a968ba 100644 (file)
@@ -1379,7 +1379,7 @@ style=\"%s\">"
 
          (goto-char (point-min))
          (while (re-search-forward
-                 "&\\(A-\\|G-\\|g2-\\|R-\\)?CDP-\\([0-9A-F]+\\);" nil t)
+                 "&\\(A-\\|G-\\|g2-\\|R-\\|A-IWDS\\)?CDP-\\([0-9A-F]+\\);" nil t)
            (setq code (string-to-int (match-string 2) 16))
            (replace-match
             (format "<img alt=\"CDP-%04X\" src=\"%s?char=CDP-%04X\"