netsurf/render
John Mark Bell 01316168fc Fix bugs in charset detection.
Strip BOM from parser input, as it confuses libxml.
Ignore non-ASCII-compatible charsets declared in meta tag (the parser 
defaults to 8 bit, so if it's managed to extract a meta charset, then it 
must be ASCII-compatible, so a non-ASCII-compatible meta charset is lies).

Fixes WightLink timetable and 1726341.

svn path=/trunk/netsurf/; revision=3304
2007-05-29 18:03:07 +00:00
..
box_construct.c Import font containing symbols we need for list items. 2007-05-14 22:57:11 +00:00
box_normalise.c Allocate new styles for implied boxes using talloc instead of css_duplicate_style(). 2006-12-08 22:17:45 +00:00
box.c Fix warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'. 2007-05-02 03:20:01 +00:00
box.h Fix box_visible() to return a bool. 2007-01-14 13:02:09 +00:00
directory.c Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222) 2007-03-28 22:56:54 +00:00
directory.h Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222) 2007-03-28 22:56:54 +00:00
font.h Update project URL. 2006-11-27 15:35:18 +00:00
form.c Default form field maxlength to UINT_MAX (fixes 1620540) 2007-03-11 23:48:29 +00:00
form.h Implement form targets (fix 1619094) 2006-12-30 00:34:26 +00:00
html_redraw.c Update project URL. 2006-11-27 15:35:18 +00:00
html.c Fix bugs in charset detection. 2007-05-29 18:03:07 +00:00
html.h Update project URL. 2006-11-27 15:35:18 +00:00
imagemap.c Update project URL. 2006-11-27 15:35:18 +00:00
imagemap.h Update project URL. 2006-11-27 15:35:18 +00:00
layout.c Object sizes do not apply when calculating the extent of descendent 2007-04-07 02:29:32 +00:00
layout.h Update project URL. 2006-11-27 15:35:18 +00:00
list.c Update project URL. 2006-11-27 15:35:18 +00:00
list.h Update project URL. 2006-11-27 15:35:18 +00:00
table.c Update project URL. 2006-11-27 15:35:18 +00:00
table.h Update project URL. 2006-11-27 15:35:18 +00:00
textplain.c Content handlers should not call warn_user - they should broadcast the 2007-03-11 22:08:57 +00:00
textplain.h Update project URL. 2006-11-27 15:35:18 +00:00