Further update... it seems to be encoding a less than properly but not encoding a greater then.
<p>This is a test. Apostrophe ' quote " s.</p><p>Here is a less than < and a greater > sign. ></p>
That is what I actually received on the server side. When I am not in Source mode, and I type a less than, it correctly puts <. But at the same time if I type a greater than, it does not put > but instead the actual bracket.
This seems to be the cause of most of my encoding headaches.
RE: Problems with escaping of &gt; and &lt;
<p>This is a test. Apostrophe ' quote " s.</p><p>Here is a less than < and a greater > sign. ></p>
That is what I actually received on the server side. When I am not in Source mode, and I type a less than, it correctly puts <. But at the same time if I type a greater than, it does not put > but instead the actual bracket.
This seems to be the cause of most of my encoding headaches.