On 8/1/05, Maxime Petazzoni <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I recently implemented MIME structure and header parsing into mod_mbox
> (http://blog.bulix.org/index.php/blog/494) and I'm facing a charset
> problem : mod_mbox outputs UTF-8, but some of the decoded contents are
> not in UTF-8 (for example, a =?iso-8859-1?q?...?= header).
> 
> Is there any charset conversion facilities in the APR ? I did not see
> anything about charsets in the APR autogenerated documentation (from
> doxygen).

apr_xlate in apr-util; mod_charset_lite in httpd source tree is one
user of this; further questions on [EMAIL PROTECTED] mailing list

Reply via email to