Doing some cleanup, looked at this report. I don't believe this is a
bug.
1. started a plucky lxc container
2. installed w3m.
3. opened the site: http://www.tamasoft.co.jp/en/general-info/unicode.html
Did not display.
4. using w3m, checked the source (shortcut v, or right-click:show
source)
examining the source, it appears that the creation of the unicode.html
page is accomplished through Javascript. what's inserted in the html is:
<script>
let t="";for(let e=0;e<65535;e+=1024){t+='<p><table cellspacing=0 cellpadding=2
border=1 bordercolor="#88DD44">',t+="<tr><th>";for(let
e=0;e<32;e++)t+="<th>"+e.toString(16).padStart(2,"0").toUpperCase();t+="</tr>";for(let
r=0;r<1024;r+=32){t+="<tr>";let
o=e+r;t+="<th>"+o.toString(16).padStart(4,"0").toUpperCase();for(let
e=0;e<32;e++){t+="<td>&#x"+(o+e).toString(16).padStart(4,"0").toUpperCase()+";</td>"}t+="</tr>"}t+="</table>"}document.getElementById("div1").insertAdjacentHTML("beforeend",t)
</script>
5. From w3m's docs, Javascript is ignored on pages.
> w3m is a text based browser which can display local or remote
web pages as well as other documents. It is able to process HTML tables
and frames but it ignores JavaScript and Cascading Style Sheets.
The other pages have HTML tables encoded, and show up fine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1000666
Title:
Mojibake displaying Unicode Table
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/1000666/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs