--- On Sat, 5/3/08, Nick Kew <[EMAIL PROTECTED]> wrote:
> From: Nick Kew <[EMAIL PROTECTED]>
> Subject: Re: How do I know the character encoding?
> To: modules-dev@httpd.apache.org
> Date: Saturday, May 3, 2008, 5:17 AM
>
> > In my output filter, I need to parse the document to
> search for
> > certain patterns.
> >
> > Where can I get the information about the (character)
> encoding so
> > that I can parse the document correctly? Eg the
> document may contain
> > unicode characters and are encoded in a special
> encoding.
>
> See http://apache.webthing.com/mod_xml2enc/
>
> If your filter uses libxml2, just use mod_xml2enc alongside
> it.
> If not, you can still use the charset detection and
> transcoding.
>
Thanks Nick!
I've never used the modules you mentioned. I will have a look at them.
Thanks again!
John