Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread Nick Kew
On Wed, 08 Nov 2006 00:48:39 -0500 mickg [EMAIL PROTECTED] wrote: Just to put my money where my mouth is, I have implemented a (stupid) prototype that does: If no known charset is native to libxml2 detected , a recompiled version of mod_proxy_html now uses iconv (eventually via the

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread Nick Kew
On Wed, 08 Nov 2006 00:48:39 -0500 mickg [EMAIL PROTECTED] wrote: Just to put my money where my mouth is, I have implemented a (stupid) prototype that does: If no known charset is native to libxml2 detected , a recompiled version of mod_proxy_html now uses iconv (eventually via the

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread mickg
Nick Kew wrote: On Wed, 08 Nov 2006 00:48:39 -0500 mickg [EMAIL PROTECTED] wrote: Just to put my money where my mouth is, I have implemented a (stupid) prototype that does: If no known charset is native to libxml2 detected , a recompiled version of mod_proxy_html now uses iconv (eventually via

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread Nick Kew
On Wed, 08 Nov 2006 12:56:28 -0500 mickg [EMAIL PROTECTED] wrote: Do you want the full working code once I clean up the memory problem? It is, after all, GPL, so it would be in good spirit for me to release the modified source. :) Yes please. I haven't thought through whether to incorporate

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread mickg
Nick Kew wrote: On Wed, 08 Nov 2006 12:56:28 -0500 mickg [EMAIL PROTECTED] wrote: Do you want the full working code once I clean up the memory problem? It is, after all, GPL, so it would be in good spirit for me to release the modified source. :) Yes please. I haven't thought through

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-08 Thread mickg
Nick Kew wrote: On Wed, 08 Nov 2006 12:56:28 -0500 mickg [EMAIL PROTECTED] wrote: Do you want the full working code once I clean up the memory problem? It is, after all, GPL, so it would be in good spirit for me to release the modified source. :) Yes please. I haven't thought through

Re: [EMAIL PROTECTED] Question about mod_charset_light and mod_proxy_html (Solved!)

2006-11-07 Thread mickg
Just to put my money where my mouth is, I have implemented a (stupid) prototype that does: If no known charset is native to libxml2 detected , a recompiled version of mod_proxy_html now uses iconv (eventually via the xmlFindCharEncodingHandler function) to convert from the source encoding to