Afficher un message
Vieux 30/03/2005, 13h56   #5
Andreas Prilop
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 1.3.27 to 2.0.52 on FC3 UTF-8 issue

On Tue, 29 Mar 2005, Mark D Smith wrote:

> Not sure how OE got changed been posting for since w95 without complaint.


You need to define an encoding ("charset") if you want to transmit
special, non-ASCII characters. This is the same problem as with
your web server!

> http://www.leasingworld.co.uk/html/advertising.php


Your server sends "charset=UTF-8" whereas you have an additional
ersatz <META charset=ISO-8859-1>:
http://validator.w3.org/check?uri=ww...dvertising.php

Delete the <META charset> line which has no use since your web server
sends already an encoding (charset). Set up your server correctly
http://www.w3.org/International/O-HTTP-charset.html
so that it sends "charset=ISO-8859-1". For example, write
AddCharset ISO-8859-1 php
into your .htaccess file.


Consider writing all special Latin-1 characters as entities such as &quid;
http://ppewww.ph.gla.ac.uk/~flavell/...t/checklist#s1
Then it doesn't matter whether the encoding is UTF-8 or ISO-8859-1.

--
Top-posting.
What's the most irritating thing on Usenet?

  Réponse avec citation
 
Page generated in 0,09612 seconds with 9 queries