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

Re: Emacs Wiki home page displayed incorrectly



Hi,

At Fri, 11 Jun 2004 11:30:01 -0600,
Kevin Rodgers wrote:

> When I visit <URL:http://emacswiki.org/> most of the page is unreadable:
> empty square boxes and 3-byte octal character sequences.

Emacs-21.3 does not support utf-8 with CJK, so this problem occurred.
But you can avoid this problem with following setting:

(setq w3m-input-coding-system 'utf-8
      w3m-output-coding-system 'utf-8)

Thank you,
ARISAWA AKihiro