Re: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread Joshua Slive
On 3/3/06, John N. Brahy <[EMAIL PROTECTED]> wrote: > > > Well, all bets are off with openbsd, since their version of apache is > > forked (contains non-standard patches). > > > > But in general, AddDefaultCharset has an effect only if there are no > > AddCharset directives applying to the files.

RE: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
> Well, all bets are off with openbsd, since their version of apache is > forked (contains non-standard patches). > > But in general, AddDefaultCharset has an effect only if there are no > AddCharset directives applying to the files. And your AddCharset > directive above probably does nothing u

Re: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread Joshua Slive
On 3/3/06, John N. Brahy <[EMAIL PROTECTED]> wrote: > Opps, I forgot the basics. > > OS: OpenBSD 3.8 > Apache: Apache/1.3.29 (Unix) mod_perl/1.29 mod_ssl/2.8.16 OpenSSL/0.9.7g > > Is there anything else I need to do besides putting this > > "AddDefaultCharset utf-8" in the httpd.conf? I've put it

RE: [EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
t; To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] UTF-8 Encoding > > Is there anything else I need to do besides putting this > "AddDefaultCharset utf-8" in the httpd.conf? I've put it in the main > server config and in each of my Virtualhosts but I still get iso-

[EMAIL PROTECTED] UTF-8 Encoding

2006-03-03 Thread John N. Brahy
Is there anything else I need to do besides putting this "AddDefaultCharset utf-8" in the httpd.conf? I've put it in the main server config and in each of my Virtualhosts but I still get iso-8859-1. I also have this in my config also... AddCharset UTF-8 .utf8 Any suggestions? Thanks, John