I have some html like this:
┌────────
────────┐<br>
│testtesttesttest│<br>
└────────
────────┘<br>
It shows up in Chrome with a solid box as I would expect (can't get it to display in SE right either!):
┌────────────────┐
│testtesttesttest│
└────────────────┘
and I was hoping the text browsers could do this too, but on Lynx I get
+----------------+
|testtesttesttest|
+----------------+
On w3m its
??????????????????
?testtesttesttest?
??????????????????
and finally on links2 I get
+----------------+ │|testtesttesttest| +----------------+
Any chance of configuring one of the text browsers to show this stuff with the pretty solid lines like the graphical browsers? I am using PuTTY set to UTF-8 with "use unicode line drawing" enabled, connecting to Ubuntu 12.04.





