I'm using OpenOffice, saving my files as a Word file, and noticed that little boxes are appearing where the start quotation mark and first letter of the word should be. The ending quotation mark gets erased as well. So, why is this happening, and how do I stop it? Should I save the files as the default ODT? Use a different word proccessor? My
(
... )
Comments (4)
dsgood
Reply
toadstoolcouch
Reply
palmir
Reply
kengr
Word (by a default that is a pain to change) uses what MS calls "smart quotes". It automatically replaces characters like quote("), apostrophe(') and a number of others with "better looking" characters.
The problem is that MS placed those characters in a range of character codes that are *reserved* in the ISO 8859 standard. So, for example, Windows-1252 is different from the default charactetr set on the web ISO 8859-1 because it's using these "illegal" characters.
With the advent of Unicode, there "same" characters are available in a way that works with non-MS stuff. But you still have to arrange to *convert* all the MS-only characters to something the rest of the world recognizes.
Here's a chart of the MS Windows only characters, with Unicode equivalents.
http://www.shadowgard.com/~shadow/chartest/windows-1252.html
Reply
Leave a comment