[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fontset for emacs-w3m
- From: ari@xxxxxxxxxxxxx (ARISAWA Akihiro)
- Date: Tue, 05 Aug 2003 23:24:49 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 05646
- References: <uun0eothls.fsf@nbsp.nsk.su>
Hi,
>>>>> In [emacs-w3m : No.05645]
>>>>> Sergei Pokrovsky <pok@nbsp.nsk.su> wrote:
> Today I've installed emacs-w3m, and it does work -- having
> www-browser in emacs has been my dream of old. Generally it works
> fine, except for one point: its rendering of the Russian letters is
> ugly.
[...]
> So, is there a way to make emacs-w3m use a utf-8 fontset?
How about the following setting.
(setq w3m-output-coding-system 'utf-8
w3m-halfdump-command-arguments
'("-halfdump" "-o" "ext_halfdump=1" "-o" "strict_iso2022=0"
(if charset "-I") charset "-O" "UTF-8"))
Regards,
ARISAWA Akihiro