(www-ids-find-version): Update to 0.24.0.
authortomo <tomo>
Fri, 30 May 2008 10:59:45 +0000 (10:59 +0000)
committertomo <tomo>
Fri, 30 May 2008 10:59:45 +0000 (10:59 +0000)
(www-ids-find-format-line): Use `utf-8-er' instead of `utf-8-jp-er' to
encode components.
(www-batch-ids-find): Likewise; update Copyright.

www/www-ids-find.el

index 56d9ae5..70fc81a 100644 (file)
@@ -15,7 +15,7 @@
         (concat dest (substring string i))
         coding-system))))
 
-(defconst www-ids-find-version "0.23.3")
+(defconst www-ids-find-version "0.24.0")
 
 (defvar www-ids-find-ideographic-products-file-name
   (expand-file-name "ideographic-products"
         (insert
          (encode-coding-string
           (ideographic-structure-to-ids is)
-          'utf-8-jp-er))
+          'utf-8-er))
         (goto-char (point-min))
         (while (re-search-forward "&CB\\([0-9]+\\);" nil t)
           (setq code (string-to-int (match-string 1)))
          (setq components (substring components (match-end 0))))
       (setq components
            (if (> (length components) 0)
-               (decode-url-string components 'utf-8-er ;'utf-8-jp-er
-                                  )
+               (decode-url-string components 'utf-8-er)
              nil))
       )
      (t
     (princ (encode-coding-string "\e$BItIJJ8;zNs\e(B" 'utf-8-jp-er))
     (princ " <input type=\"text\" name=\"components\" size=\"30\" maxlength=\"30\" value=\"")
     (if (> (length components) 0)
-       (princ (encode-coding-string components 'utf-8-jp-er)))
+       (princ (encode-coding-string components 'utf-8-er)))
     (princ "\">
 <input type=\"submit\" value=\"")
     (princ (encode-coding-string "\e$B8!:w3+;O\e(B" 'utf-8-jp-er))
@@ -361,7 +360,7 @@ href=\"http://www.shuiren.org/\">\e$B?g?MDb\e(B</a>\e$B!K$K$h$k2r@b\e(B
       ))
     (princ "<hr>")
     (princ "<p>
-Copyright (C) 2005, 2006, 2007 <a href=\"http://kanji.zinbun.kyoto-u.ac.jp/~tomo/\"
+Copyright (C) 2005, 2006, 2007, 2008 <a href=\"http://kanji.zinbun.kyoto-u.ac.jp/~tomo/\"
 >MORIOKA Tomohiko</a>")
     (princ
      (format