On Thu, 14 Aug 2008, Chris Young wrote:

I'm trying to compile netsurf with hubbub in case it solves my other
problem.  When NetSurf calls hubbub and calls libparserutils, I've
found that it fails in parserutils_charset_alias_canonicalise.  The
reason seems to be due to canon_tab and alias_tab being empty.

I notice it does not call parserutils_charset_aliases_create at any
point, so how are the tables populated?

You need to call hubbub_initialise() in your init code (and hubbub_finalise() in your finalisation code). Additionally, you'll want to enable WITH_ICONV_FILTER in libparserutils (see build/Makefile.config).


J.

Reply via email to