Adding the line at the top of .htaccess:

AddDefaultCharset UTF-8

Changed the output of my web server on pages that have that in the .htaccess
on the root page to:

Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma: no-cache
Connection: close
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
*Content-Type: text/html; charset=UTF-8*

Without it, I get:

Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Pragma: no-cache
Connection: close
Vary: Accept-Encoding
Content-Encoding: gzip
Transfer-Encoding: chunked
*Content-Type: text/html*



On Thu, Oct 15, 2009 at 5:05 AM, Kevin <[email protected]> wrote:

> The override in the top of the HTML header should really be fixing this for
> him.
>
> Good article on Unicode...
>
> http://www.joelonsoftware.com/articles/Unicode.html
>
> You are supposed to be able to override the server default with an entry in
> .htaccess like:
>
> AddDefaultCharset UTF-8
>
>
> Some other ways:
>
> http://www.askapache.com/htaccess/setting-charset-in-htaccess.html
>
>
>
>
> On Thu, Oct 15, 2009 at 4:04 AM, The Editor <[email protected]> wrote:
>
>>
>> Don't give up. Have you talked with the people hosting your website?
>> What did they say?
>>
>> Also check all the .htaccess files on your server. It is possible this
>> is being done in some default .htaccess file and you can change or
>> delete it. I'm not an expert on server configuration--but I seem to
>> have seen this somewhere.
>>
>> My solution when I get stuck is to go into some tech chat rooms on one
>> of the main servers and pester people till I get an answer.  If I find
>> more time, I'll look into this myself. But it is definitely your
>> charset encoding setting. I'm pretty sure.
>>
>> Cheers,
>> Dan
>>
>> P.S. DrunkenMonk--He has that setting in his skin. Do you have the
>> syntax for overriding this in the .htaccess. He says he hasn't been
>> able to find it on google.
>>
>> >>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to