Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Wrong Charset, cannot specify UTF-8


chrishajer
Participant

@chrishajer

Sorry I don’t have any better info for you. Never dealt with UTF-8 encoding before. How about this?

http://www.w3.org/International/questions/qa-htaccess-charset

And, it appears the charset is independent of the browser (from the command line):

me:~ > curl -I http://www.tecnosquad.com/foro/

HTTP/1.1 200 OK

Date: Fri, 26 Jan 2007 17:03:01 GMT

Server: Apache/2.0.52 (CentOS)

X-Powered-By: PHP/4.3.9

Connection: close

Content-Type: text/html; charset=ISO-8859-1

me:~ > curl -I http://www.tecnosquad.com/

HTTP/1.1 200 OK

Date: Fri, 26 Jan 2007 17:03:10 GMT

Server: Apache/2.0.52 (CentOS)

X-Powered-By: PHP/4.3.9

X-Pingback: http://www.tecnosquad.com/xmlrpc.php

Connection: close

Content-Type: text/html; charset=UTF-8

Now I’m intrigued.

Skip to toolbar