John_s
'
I've seen the google translator botch the ASCII code.
'
And some times I've seen this when converting Unicode to ASCII and vise versa.
'
Like Luis said above.
'
Check your font files.
'
Mr Comb brings up a good point.
'
http:/html:, does not use error checking.
'
This is a need for speed protocol,And if there was an error ,The protocol would just let the error fly.
'
'
Hope this helps
@john_s, The page creator probably saved the page as UTF-8 but used a Microsoft character encoding (Windows-1252 or Western ISO-8859-1). FireFox is being told that the HTML file is UTF-8 not ISO-8859-1. More information about FireFox character encoding can be found in the help files.
Comments
The most likely cause is a missing font on your system.
Do you have a link to that page?
http://en.wikipedia.org/wiki/Specials_%28Unicode_block%29
'
I've seen the google translator botch the ASCII code.
'
And some times I've seen this when converting Unicode to ASCII and vise versa.
'
Like Luis said above.
'
Check your font files.
'
Mr Comb brings up a good point.
'
http:/html:, does not use error checking.
'
This is a need for speed protocol,And if there was an error ,The protocol would just let the error fly.
'
'
Hope this helps
Here http://www.swarthmore.edu/NatSci/echeeve1/Ref/Fourier/FourierBio.html
As wikipedia points out "...U+FFFD � replacement character used to replace an unknown or unprintable character..."
"...Check your font files " - where and how ?
Which fonts is my pc missing - as obviously it is :-)
HTML source.
I see that the browser is using UTF-8, but the encoding is windows-1252, so I selected that encoding in my browser and now the text appears correctly.
Thanks,
John
So - is there a way to make Western (Windows-152) a sticky instead ?
https://bugzilla.mozilla.org/show_bug.cgi?id=158285
"You can't. Firefox will switch the encoding to the value send by a web server in the HTTP response headers..."
Oh well, I'm not going to spend any more time trying to make it 'think' otherwise ...