[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: wrong html bpart coding



>>>>> In [emacs-w3m : No.06991] 木下さん wrote:

>> (w3m-correct-charset "Windows-1251")
>> => "cp1251"
>> 
>> というふうに、やはりcp125xが使われるようです。windows-1252はあるけ
>> どcp1252はないというふうな場合に問題が起こりそうです。

> これ、w3m-correct-charset-alistのcp1250〜cp1258を削除(あるいは
> windows-125xとcp125xを逆に)すればいいと思うのですがどうでしょうか。

w3m-charset-coding-system-alist の右項が無いのが問題だとすれば、
こんなので良いのでしょうか?

(defcustom w3m-charset-coding-system-alist
[...]
    (while rest
      (or (w3m-find-coding-system (car (car rest)))
	  (and (w3m-find-coding-system (cdr (car rest)))
	       (setq dest (cons (car rest) dest))))
      (setq rest (cdr rest)))
    dest)

;; 立て込んでるので、ちょっと上の空です。すみません。^^;;
-- 
Katsumi Yamaoka <yamaoka@jpl.org>