Results 11 to 18 of 18
Now that is strange. It seems to be remapping characters for some reason.
Try going to this URL:
http://www.dolda2000.com/~fredrik/lf/chartest
Force iso-8859-1 decoding by going to Menu Bar->View->Character Coding->More->West European->Western (ISO-8859-1). ...
- 09-01-2003 #11Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Now that is strange. It seems to be remapping characters for some reason.
Try going to this URL:
http://www.dolda2000.com/~fredrik/lf/chartest
Force iso-8859-1 decoding by going to Menu Bar->View->Character Coding->More->West European->Western (ISO-8859-1). Now, what does that look like? It should look like this:
http://www.dolda2000.com/~fredrik/lf/chartest.png
- 09-01-2003 #12Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Nope, it was already on Western ISO-8859-1. Here's what mine looks like:
http://dolda2000.com/~bpark/myresult.jpg
Did I mention that this font is a ttf font from Windows? Does it matter that I don't have xfonts-100dpi installed?The best things in life are free.
- 09-01-2003 #13Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I just checked that page that you gave as an example out more closely, and my suspicions were confirmed. It's a wonder that you don't get even more bizarre results, actually.
This page was most probably written in MS Word on a Winbloze computer. Those apostrophes aren't really ASCII single quotes, but Microsoft's own "closing" quotes, located on ASCII 146, completely incompatible with any standardized character set. These parts (128-160) of the 8-bit character coding space are defined as control characters by the ISO standard, but Microsoft thought it would be fun to put some extra characters there without telling anyone. Now (much to everyone's surprise...) that's messing everything up. See the demoroniser's manpage for more info on this.
Mozilla has learned to work around it sometimes, but apparently, it doesn't always work.
You can try to force decoding with the Windows-1252 charset, but I wouldn't guarantee that it will work. The best thing would be to mail the author of the page with a link to the demoroniser.
- 09-01-2003 #14Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
So what you are saying is that this is the a server side problem and not my browser that's causing it?
The best things in life are free.
- 09-01-2003 #15Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Probably, at least. The server side problem is certainly a big part, and most likely the root, of the problem, at least.
- 09-02-2003 #16Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
When I create Web pages, I usually do it in Windows and use notepad. As far as I can remember, I've never had problems viewing them in Linux with the same problems. Do you know exactly how this problem is created?
The best things in life are free.
- 09-02-2003 #17Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It has to do with Word's "smart" typing or whatever it's called, which automagically replaces typed ASCII characters with these incompatible Win-1252 characters. The entire problem is described in the manpage that I posted a link to earlier in this topic. I'm not sure that you really want to know, though; it's one of Microsoft's darker sides...
- 09-02-2003 #18Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Not that I want to acutally create pages like that, I was just interested in reading more about it. Of course that link is a good place to start so I'll shut up now and read it.
The best things in life are free.


Reply With Quote
