[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange characters displayed in lists
From: Stefan Reichör <stefan@xxxxxxxxx> said
Subject: [emacs-w3m:08742] Re: Strange characters displayed in lists
Message-ID: <m03beoyvet.fsf@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 02 Jun 2006 07:32:42 +0200
> Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>
> >>>>>> In [emacs-w3m : No.08740] Stefan Reichör wrote:
> >
> >> Some characters can not be displayed correct on my system. They are
> >> replaced by a placeholder rectangle.
> >
> > Could you let me know the url(s) where you looked at such
> > characters?
>
> http://www.keplerproject.org/luafilesystem/
I think right to display `placeholder rectangle' that
characters.
Because this menu written by 'list item' used
'<ul><li>-</li></ul>' and prefix character of level2 list is
`placeholder rectangle'.
> The menu on the left side shows that characters (before Overview,
> Status, Download,...)
> It looks o.k. on other browsers.
If you will, please try again your other browser without CSS.
So, you will look like emacs-w3m because emacs-w3m does not
analysis CSS :-)
e.g., on Firefox
Select "View => Page Style => No style"
emacs-w3m on UTF-8 show list items bellow
<body>
<ul>
<li>test1</li>
<ul>
<li>test2</li>
<ul>
<li>test3</li>
<ul>
<li>test4</li>
<ul>
<li>test5</li>
</ul>
</ul>
</ul>
</ul>
</ul>
</body>
--
Hideyuki SHIRAI (mailto:shirai@xxxxxxxxxxx)