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

Re: Problem with latin charset



On March 22, 2005, [emacs-w3m:07964],
Christophe.Garion (at supaero.fr) wrote:

> I have a problem with HTML pages encoded as iso-8859-1 or iso-8859-15

> Un essai : ?

> (require 'ucs-tables)
> (unify-8859-on-encoding-mode 1)
> (unify-8859-on-decoding-mode 1)
> 
> (set-terminal-coding-system 'latin-9)
> (set-keyboard-coding-system 'latin-9)
> (set-language-environment 'latin-9)
> (setq latin1-display t)
> 
> (setq w3m-default-coding-system 'latin-9
>       w3m-coding-system 'latin-9
>       w3m-input-coding-system 'latin-9
>       w3m-output-coding-system 'latin-9
>       w3m-arrived-file-coding-system 'latin-9
>       w3m-search-default-coding-system 'latin-9
>       w3m-terminal-coding-system 'latin-9
>       w3m-file-name-coding-system 'latin-9
>       w3m-file-coding-system 'latin-9)

Removing the following lines prevented the problem on my system.

      w3m-input-coding-system 'latin-9
      w3m-output-coding-system 'latin-9

(On latin-9 environment, these variables are automatically set to utf-8.)

> Notice that the problem is the same if I do not set the w3m-xx-coding
> variables.

I couldn't reproduce it.

-- 
Tatsuya Kinoshita