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

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

Re: Problems in Displaying endash in Emacs-w3m


From: Kevin Rodgers
Subject: Re: Problems in Displaying endash in Emacs-w3m
Date: Tue, 03 Oct 2006 09:00:47 -0600
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Charles philip Chan wrote:
Hello all:

In my attempt to have better integration with planner-mode, I have
switched to using the cvs version of emacs-w3m. However, I have problems
displaying endash (&#x2013) in xhtml documents (for example those on
http://www.emacswiki.org). My emacs-w3m coding system is set to
utf-8. The strange thing is that if I do a "C-uC-x=" on the misdisplayed
symbol, this is the output I get:
,----[ Output from Emacs ]
|   character: (102585, #o310271, #x190b9)
|     charset: chinese-cns11643-1
|            (CNS11643 Plane 1 Chinese traditional: ISO-IR-171.)
|  code point: #x21 #x39
|      syntax: w        which means: word
|    category: C:Chinese (Han) characters of 2-byte character sets c:Chinese
|            |:While filling, we can break a line at this character.
| buffer code: #x95 #xA1 #xB9
|   file code: #xE2 #x80 #x93 (encoded by coding system utf-8)
|     display: no font available
`----

I am using emacs cvs. How would I go about solving this?

That's strange, CVS Emacs usually displays the Unicode code point as
well, e.g.

  character: é (2281, #o4351, #x8e9, U+00E9)
    charset: latin-iso8859-1
             (Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100.)
 code point: #x69
     syntax: w  which means: word
   category: l:Latin
buffer code: #x81 #xE9
  file code: #xC3 #xA9 (encoded by coding system mule-utf-8-dos)
    display: by this font (glyph code)
-outline-Courier New-normal-r-normal-normal-13-97-96-96-c-*-iso8859-1 (#xE9)

I suggest asking for help on emacs-w3m@namazu.org

--
Kevin





reply via email to

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