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 John N. Brahy
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 : John Brahy : CIO : www.ad2.com > -Original Message- > From: John N. Brahy [mailto:[EMAIL PROTECTED] > Sent: Friday, March 03, 2006 8:54 AM &g

[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