[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dictionary.goo.ne.jp
の
coding
- From: sai@xxxxxxxx
- Date: Fri, 04 Apr 2003 19:20:32 +0900 (JST)
- X-ml-name: emacs-w3m
- X-mail-count: 04788
西東です。
w3m-search で kokugo と waei が文字化けするなと思ったら、
dictionary.goo.ne.jp の coding が euc に変更になっているよう
です。
--
// SAITO Atsunori <sai@yedo.com>
Index: w3m-search.el
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/w3m-search.el,v
retrieving revision 1.22
diff -u -r1.22 w3m-search.el
--- w3m-search.el 26 Feb 2003 11:30:40 -0000 1.22
+++ w3m-search.el 4 Apr 2003 10:18:47 -0000
@@ -108,12 +108,12 @@
&hits=95&nice=Nice")
("waei"
"http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=1"
- shift_jis)
+ euc-japan)
("eiwa"
"http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=0")
("kokugo"
"http://dictionary.goo.ne.jp/cgi-bin/dict_search.cgi?MT=%s&sw=2"
- shift_jis)
+ euc-japan)
("eiei"
"http://www.dictionary.com/cgi-bin/dict.pl?term=%s&r=67")))
"*An alist of search engines.