help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Specifying how emacs-w3m displays characters


From: Henrik S. Hansen
Subject: Re: Specifying how emacs-w3m displays characters
Date: Sat, 16 Oct 2004 01:50:18 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Kevin Rodgers <ihs_4664@yahoo.com> writes:

>> I use Emacs on the console, and have a problem with emacs-w3m: some
>> non-ascii characters displays as ~ (tilde).  These includes the left and
>> right single quotation marks -- "&#8216;" and "&#8217;" in HTML.
>
> In response to a different problem, someone suggested this to me:
>
> (setq w3m-input-coding-system 'utf-8
>        w3m-output-coding-system 'utf-8)
>
> Does that help?

Sorry, no.  This (from w3m.el) looks interesting, though:

(defun w3m-ucs-to-char (codepoint)
      "A dummy function defined since nothing provided the regular function.
This function simply returns the arg if it is between 0x20 and 0x7e,
otherwise returns the tilde character."

I'm investigating it further.

-- 
Henrik S. Hansen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]