<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2010://3/tag:ask-leo.com,2009://3.3868-</id>
  <updated>2010-01-04T15:17:21Z</updated>
  <title>Comments for Why do I get odd characters instead of quotes in my documents?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38521</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38521" />
    <title>Comment from George Jensen on 2009-09-30</title>
    <author>
      <name>George Jensen</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>When I received an email (in Eudora) with those odd characters in it, I copied it into MS word - the correct characters appeared. Then I copied it back into Eudora and the weird characters were gone!</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-10-01T00:51:47Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38095</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38095" />
    <title>Comment from James on 2009-09-16</title>
    <author>
      <name>James</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>It's worse than that.</p>

<p>'Unicode' is an encoding of characters as integers, which it calls code points.</p>

<p>UTF-8 is a method of encoding each code point as a variable number of (8-bit) bytes, at least one and possibly as many as three.</p>

<p>UCS-2 is actually a subset of Unicode, which encodes the first 64,000 code points (there are more!) as two bytes.</p>

<p>Where UTF-8 needs only one byte, UCS-2 wastes one byte; however, the fixed character width of UCS-2 is easier to process for such apps as Word.</p>

<p>ISO-8859-1 is a one-byte encoding that happens to be identical to UTF-8, for the first 128 characters only. If an interpreter thinks it's looking at 8859-1, it goes wrong when it sees a byte with the top bit set (i.e. a character beyond 127). And vice versa of course.</p>

<p>If you want more, there's an extensive article on Unicode at Wikipedia. It may not help much. I have the problem with Thunderbird, which allows me to specify the character encoding, though it will Auto-Detect. I suspect the problem lies at the sender, for example, by pasting USC-2 text into a UTF-8 message.<br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-16T16:11:30Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38089</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38089" />
    <title>Comment from Robin Clay on 2009-09-16</title>
    <author>
      <name>Robin Clay</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Not helped, of course, by SOME people not knowing when (and when not) to use an apostrophe !</p>

<p>"It's" - as shown a cuppla times on this page - Acksherly is the abbreviation for "it is".  The possesive "its" has no apostrophe.</p>

<p>&lt;grin&gt;</p>

<div class="leocomment">It's also my Achilles heel. Fortunately I have about three people that pounce every time I get it wrong. <img src="http://images.ask-leo.com/smile.gif" alt="Smile" title="Smile" />
<div class="leocommentsig"><img src="http://images.ask-leo.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">16-Sep-2009</span></div></div> 
]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-16T11:25:34Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38078</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38078" />
    <title>Comment from Michael Smith on 2009-09-15</title>
    <author>
      <name>Michael Smith</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I think we've all been seeing these more lately, and your explanation was about as clear as it could be, I guess. It was also the first I've ever seen where anybody even attempted to detail it out - and now I see why. Good job!</p>

<p>One thing, though - you didn't tell us what you thought would be the best "fix".  What should savvy PC folks be working towards?</p>

<div class="leocomment">Good question, and I'm not sure there is a simple fix. Ideally, I suppose, we'd all juse use a single character encoding, like perhaps Unicode, all the time. Today guess I'd be happy if everyone just settled on UTF-8, but because of all the different combinations of systems, tools and legacy documents it's not very likely.
<div class="leocommentsig"><img src="http://images.ask-leo.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">16-Sep-2009</span></div></div> 
]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-16T04:36:00Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38069</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38069" />
    <title>Comment from Chris on 2009-09-15</title>
    <author>
      <name>Chris</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>There's another type of cause for these unanticipated character swaps that database developers are accustomed to dealing with. Each database system has it's own set of special characters, which need to be 'escaped' with other special characters or sequences whenever they are used in a text representation - in order to prevent them from being interpreted as instructions. When working with multiple database types, it's easy to use the wrong escape sequence. Also, escaping can be overlooked, which, technically is a 'bug'. These are just some additional reasons quote characters get messed up - especially on mass-produced interactive web pages.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-16T01:41:57Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38065</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38065" />
    <title>Comment from Dan on 2009-09-15</title>
    <author>
      <name>Dan</name>
      <uri>http://unspecified</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://unspecified">
      <![CDATA[<p>I rarely get this in Emails.  However, I come across this very often, while navigating the web.  If an site has SOME, for example, Japanese  type characters included, I get the little boxes with numbers.  Even if I use Google's, "translate this page" function there will still be "little boxes w/ numbers in them"  Can be really frustrating.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-15T23:11:55Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38058</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38058" />
    <title>Comment from Sue on 2009-09-15</title>
    <author>
      <name>Sue</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>UTF-8 - I need a lesson on this too. Many thanks</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-15T20:30:14Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38048</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38048" />
    <title>Comment from Don Taber on 2009-09-15</title>
    <author>
      <name>Don Taber</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>The first clear explanation I've seen for why I get the strange "a Euro-sign TM" characters -- which I see a lot. Thanks.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-15T18:36:41Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38043</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38043" />
    <title>Comment from Shawn on 2009-09-15</title>
    <author>
      <name>Shawn</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Outlook is culprit #3, since it can be configured (maybe the default config) to use Word as the email editor.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-15T17:30:41Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3868-comment:38009</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3868" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html#c38009" />
    <title>Comment from Greg Bulmash on 2009-09-13</title>
    <author>
      <name>Greg Bulmash</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>I just liked to blame Word, because MSFT is an easy target. Thanks for the detailed explanation.</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/why_do_i_get_odd_characters_instead_of_quotes_in_my_documents.html">Why do I get odd characters instead of quotes in my documents?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-09-14T06:59:39Z</published>
  </entry>

</feed>
