What Character encoding does PH use?
What Character encoding does PH use?
Author
Discussion

Mannginger

Original Poster:

10,261 posts

286 months

Sunday 22nd February 2009
quotequote all
I seem to have to change mine from Western to unicode on a seemingly random basis depending on what page I'm looking at (Classifieds and forums for example seem to use a different set.)

Or is it my PC that's going a little odd?

Ta muchly

Phil

GreenV8S

31,017 posts

313 months

Sunday 22nd February 2009
quotequote all
As far as I can see the encoding isn't specified so your browser will be trying to guess.

Mr Will

13,719 posts

235 months

Monday 23rd February 2009
quotequote all
As far as i'm aware it is all using iso-8859-1.

There certainly shouldn't be any difference between the forums and the classifieds!

LordGrover

34,158 posts

241 months

Monday 23rd February 2009
quotequote all
I'm guessing OP's using FF - the same thing happens to me. Only really noticeable with £ symbol (GBP, pound sterling), sometimes unusual symbols like ^, ~, ^, etc. Often turns into some hieroglyph.

_Voyager_

2,782 posts

251 months

Monday 23rd February 2009
quotequote all
Looking at the http headers, Mr Will is right.

Date Mon, 23 Feb 2009 13:06:10 GMT
Server Microsoft-IIS/6.0
MicrosoftOfficeWebServer 5.0_Pub
PHServerNode www7
Pragma no-cache
Cache-Control private, no-cache
Etag 70261782407760623022009130610
Content-Length 54629
Content-Type text/html; Charset=iso-8859-1
Expires Sun, 22 Feb 2009 13:06:10 GMT
Set-Cookie gsv2=23+February+2009+13%3A06; expires=Tue, 23-Feb-2010 00:00:00 GMT; path=/
X-Cache MISS from squid
X-Cache-Lookup MISS from squid:80
Via 1.0 squid:80 (squid)
Connection keep-alive

Mannginger

Original Poster:

10,261 posts

286 months

Monday 23rd February 2009
quotequote all
LordGrover said:
I'm guessing OP's using FF - the same thing happens to me. Only really noticeable with £ symbol (GBP, pound sterling), sometimes unusual symbols like ^, ~, ^, etc. Often turns into some hieroglyph.
Exactly that, and yes Firefox browser

zac510

5,546 posts

235 months

Monday 23rd February 2009
quotequote all
what do you have set in View > Character Encoding menu option?

Mannginger

Original Poster:

10,261 posts

286 months

Wednesday 25th February 2009
quotequote all


Here's a screen-shot but I do have the "right" one selected (I think!). It's just it struggles with various punctuation marks - as said above really.

Just for info, as well as the classifieds the member's info pages are also common for having the issue as well

It's a small annoyance rather than anything critical

Edited to add - here's a shot showing what I sometimes get on screen, you can see the encoding issue in the sub menu "My stuff etc":



Cheers

Phil

Edited by Mannginger on Wednesday 25th February 06:00

LordGrover

34,158 posts

241 months

Wednesday 25th February 2009
quotequote all
As well as setting it to Western make sure it's set to Auto-Detect > Off:



miniman

30,023 posts

291 months

Wednesday 25th February 2009
quotequote all
In an ideal world, the pound signs would be written out in the XMHTL as escaped characters (i.e. &-pound-; without the -s)

RacingPete

9,197 posts

233 months

Wednesday 25th February 2009
quotequote all
miniman said:
In an ideal world, the pound signs would be written out in the XMHTL as escaped characters (i.e. &-pound-; without the -s)
Agreed, though unfortunately the hereditary of the system means we have #163; references in the site (and a few others), thus creating this problem with browsers that do things properly and don't help out lazy coding smile

We are working on the parser to sort some of them out, and will visit each section as we redesign some of the site over the next 6 months.