The editor seems to be doing improper escaping of bracket characters. When I want the interpretted HTML to display an actual bracket, and I want to raw source to say amp g t ; I end up instead seeing > instead, or I end up seeing the actual bracket instead of an indicator of it.
I haven't figured out all the circumstances yet but what it's feeding back to my HTTP POST isn't accurate.
Any tips on dealing with this, or does it need a change in the editor? Or am I missing a setting somewhere?
Thanks.
Thu, 06/05/2003 - 13:15
#1
RE: Problems with escaping of > and <
<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.