
Originally Posted by
djr33
There are a few reasons for this. All of them relate to character encoding. Basically using all the 1s and 0s, there are many ways to represent a certain character. Different encodings are different systems for this.
So, explain exactly how you created these pages and the text, what programs, whether you cut/paste, etc. Is the text stored in a database? What format is the database in?
The easy answer may be to change the encoding of the HTML document itself, but this can also be generated from (for example) saving an HTML file from an MS Word document, or even in some cases just cutting and pasting from Word.
The complexity here is that without being able to play with the page it's hard to guess why this happens. Additionally, it could even be that it works on some systems and not others. This happens with unusual characters, but not normal punctuation, so it's likely an encoding issue, not a missing font, etc.
Bookmarks