> this isn't a mod_perl thing, it's an httpd thing. this is from 1.3:
> 
>    http://www.mail-archive.com/[EMAIL PROTECTED]/msg20549.html
> 
> it seems the same holds true in httpd 2.0, it seems.  see 
> ap_send_error_response in
> 
>    modules/http/http_protocol.c
> 
> try setting subprocess_env(suppress-error-charset => 1) and see if that 
> helps you at all.

Hah! That does indeed work.  Well, it doesn't honour my utf8 setting,
but it just sends no character set.

Rather than that, I'm going to keep the explicit character set with the
entity escaping - at least that way the result "should" be consistent.

thanks for the help Geoff

Clint

Reply via email to