Hi people, I've got the following problem.
lynx.cfg: | ASSUME_CHARSET:utf-8 Website: | <?xml version="1.0" encoding="iso-8859-1"?> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | <html xmlns="http://www.w3.org/1999/xhtml"> | <head> | <title>Warum HDTV ein Flopp wird</title> | </head> [...] Lynx does not parse the "encoding" part of the XML tag, and neither is there a meta tag "content-type" nor does the HTTP response give any hint of the charset type. So Lynx tries to render the page as UTF-8, whereas it contains an (in my eyes valid) encoding declaration of latin1 (which is stupid anyway, but, hey, it's not my page). This is dev.16 by the way. bye, //mirabile -- I believe no one can invent an algorithm. One just happens to hit upon it when God enlightens him. Or only God invents algorithms, we merely copy them. If you don't believe in God, just consider God as Nature if you won't deny existence. -- Coywolf Qi Hunt _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
