PDA

View Full Version : utf-8 and ISO-8859-1


doffer
04-27-2005, 05:23 AM
I used ISO-8859-1 for my pixelpost v. 1,3... But when i upgraded to the 1.4.1 i found that the utf-8 were better...

The only problem is that my template, a slightly modifyed versioin of visualex, is screwed up :( Even though my Content-Type tag says:

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />

It's showed recognized as ISO-8859-1 in both my IE and FF... Anyone who knows why?

GeoS
04-27-2005, 08:07 AM
GET / HTTP/1.1
Host: doffer.net
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: pl,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-2,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive

HTTP/1.x 200 OK
Date: Wed, 27 Apr 2005 08:04:13 GMT
Server: Apache/2.0.52 (FreeBSD) PHP/5.0.3
X-Powered-By: PHP/5.0.3
Set-Cookie: lastvisit=expires+in+60+minutes; expires=Wed, 27-Apr-2005 09:04:13 GMT
Content-Length: 2809
Keep-Alive: timeout=5, max=50
Connection: Keep-Alive
Content-Type: text/html; charset=ISO-8859-1


Solution:
http://pixelpost.org/forum/viewtopic.php?p=5620 (last post)

Anonymous
04-27-2005, 05:01 PM
Hi! I've read through the thread, but I didn't understand... I'll post my question again in the old thread... OK?

amicalmant
08-21-2005, 05:48 PM
Solution:
http://pixelpost.org/forum/viewtopic.php?p=5620 (last post)

Well, seems like this thread has been moved somewhere else. Any clue? :confused:

Ami Calmant,
--
C.A.

Connie
08-21-2005, 09:26 PM
Have a look to your CSS:
#footertext {

font-family: verdana, sans-serif;
font-size: 9px;
color: #000;
;

}

there is a ; without any definition
situations like this can ruin the page

amicalmant
08-22-2005, 02:23 PM
Have a look to your CSS
What are you talking about? Which CSS? Is it related to the missing thread???

Connie
08-22-2005, 03:47 PM
When I open your photoblog and look at the sourcecode of that page, I see a CSS-definition at the top

there the definition which I noted below, contains an error, a semicolon standing alone in one row

without closing any definition

a semicolon is the character to close a definition of a CSS element

if some errors like that are in a document, the validation or the presentation of code could be faulty, fowl, wrong, producing errors, differ in browsers...

sorry, more explanations not at hand now

it was just my suggestion to clean the code and to test then if the error still occurs....

it is in relation to the threadstarter of this posting
this thread was started by you:It's showed recognized as ISO-8859-1 in both my IE and FF... Anyone who knows why?