On 2012-08-16 05:50:20 -0400, Thomas Dickey wrote: > Running your example (default lynx.cfg, uxterm, Debian/testing), > I pressed "=" to see the document charset is "iso-8859-1".
This is what I get here too, but the charset is really utf-8: if I do the following change: Index: lynx-search.html =================================================================== --- lynx-search.html (revision 54212) +++ lynx-search.html (working copy) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> what the displayed content is different (the one obtain with an iso-8859-1 encoding). This shows that the specified encoding was really taken into account. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org