PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.unix > 1.3.27 to 2.0.52 on FC3 UTF-8 issue
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.unix Web servers for UNIX platforms.

1.3.27 to 2.0.52 on FC3 UTF-8 issue

Réponse
 
LinkBack Outils de la discussion
Vieux 29/03/2005, 15h06   #1
Mark D Smith
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut 1.3.27 to 2.0.52 on FC3 UTF-8 issue

Hi

RH8.0 with 1.3.27 to FC3 2.0.52 upgrade.

2.0.52 I now notice that some pages which worked before now show ? for some
chars. (£ - ')
Browser (I.E6) encoding shows UTF-8 yet switching to western fixes the
pages.
what do i need to do to apache to get the ? showing the correct values.

Mark


  Réponse avec citation
Vieux 29/03/2005, 15h12   #2
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:

> X-Newsreader: Microsoft Outlook Express 6.00.2800.1437


Fix first your newsreader^W Outlook Express before you try
to manage web servers:

Tools > Options > Send
Mail Sending Format > Plain Text Settings > Message format MIME
News Sending Format > Plain Text Settings > Message format MIME
Encode text using: None

> RH8.0 with 1.3.27 to FC3 2.0.52 upgrade.
>
> 2.0.52 I now notice that some pages which worked before now show ? for some
> chars. (? - ')


Give URLs!

> Browser (I.E6) encoding shows UTF-8 yet switching to western fixes the
> pages.


Give URLs!

> what do i need to do to apache to get the ? showing the correct values.


You need to tell us the URLs.


And read
http://www.w3.org/International/O-HTTP-charset.html
http://ppewww.ph.gla.ac.uk/~flavell/...t/ns-burp.html

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

  Réponse avec citation
Vieux 29/03/2005, 18h46   #3
Mark D Smith
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: 1.3.27 to 2.0.52 on FC3 UTF-8 issue

"Andreas Prilop" <nhtcapri@rrzn-user.uni-hannover.de> wrote in message
news:Pine.GSO.4.44.0503291705350.12607-100000@s5b004...
> On Tue, 29 Mar 2005, Mark D Smith wrote:
>
> > X-Newsreader: Microsoft Outlook Express 6.00.2800.1437

>
> Fix first your newsreader^W Outlook Express before you try
> to manage web servers:
>
> Tools > Options > Send
> Mail Sending Format > Plain Text Settings > Message format MIME
> News Sending Format > Plain Text Settings > Message format MIME
> Encode text using: None
>
> > RH8.0 with 1.3.27 to FC3 2.0.52 upgrade.
> >
> > 2.0.52 I now notice that some pages which worked before now show ? for

some
> > chars. (? - ')

>
> Give URLs!
>
> > Browser (I.E6) encoding shows UTF-8 yet switching to western fixes the
> > pages.

>
> Give URLs!
>
> > what do i need to do to apache to get the ? showing the correct values.

>
> You need to tell us the URLs.
>
>
> And read
> http://www.w3.org/International/O-HTTP-charset.html
> http://ppewww.ph.gla.ac.uk/~flavell/...t/ns-burp.html
>
> --
> Top-posting.
> What's the most irritating thing on Usenet?
>


Hi

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

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

1. should read - Displays not ? Displays & £15.00 not ?15.00
4. company?s should read company's

and a few others in there.

will follow up links tomorrow.

Mark




  Réponse avec citation
Vieux 29/03/2005, 18h57   #4
Alan J. Flavell
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:

[disrespectful fullquote, complete with sig, snipped]

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


Probably because other participants were too polite to point out your
failings.

> http://www.leasingworld.co.uk/html/advertising.php
>
> 1. should read - Displays not ? Displays & £15.00 not ?15.00


You really aren't capable of posting unusual characters to usenet, as
Andreas already cautioned you. You'd do better to describe what
you're seeing.

> 4. company?s should read company's
>
> and a few others in there.


Your server says that you are sending utf-8 encoding:

Date: Tue, 29 Mar 2005 18:53:19 GMT
Server: Apache/2.0.52 (Fedora)
X-Powered-By: PHP/4.3.9
Content-Length: 1426
Connection: close
Content-Type: text/html; charset=UTF-8

On the evidence of your actual page, this seems unlikely. You'd
probably best get advice from your server admin about your server
settings.
  Réponse avec citation
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
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h17.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,10658 seconds with 13 queries