Forum Moderators: open
In Homer's message #85, he references htmlhelp.com, where they way that
<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-1"> "is typically used".
In message 23, bill also says that he uses ...charset=ISO-8859-1
However, in message 22, richlowe says that he uses:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
(brotherhood of LAN also mentions this in message 91).
So what is the difference between "ISO-8859-1" and "windows-1252"? And should one be used in preference to the other?
[w3.org...]
Any idea how well supported UTF-8 is? Specifically with what version did Opera, Netscape, Mozilla, and IE start supporting it?
IE4, and NNN4 offer support for UTF-8 - here is a test page I found: Unicode Test Page [ccss.de]
A wealth of information regarding Unicode can be found at the Unicode Home Page: [unicode.org...]
Opera has an interesting section on Unicode support, read section 8 Text and internationalization [opera.com...]
An important point made is that the required fonts must be available on the user's platform...
Here is a good resource regarding Unicode fonts for Windows and Mac platforms: Unicode Fonts [alanwood.net]
So what is the difference between "ISO-8859-1" and "windows-1252"? And should one be used in preference to the other?I had always used the ISO-8859-1 encoding over the windows-1252 simply because I thought ISO-8859-1 was the original. If memory serves me, windows-1252 encoding is a relative latecomer to the party.
---
After further research it appears the answer is: it'll use whatever it can! :-)
Also it looks like I really need to upgrade to win2k (currently using win98se) to do proper unicode stuff (i.e. cut and paste)