I am having a very strange problem with pound signs displaying incorrectly (or not at all) on a web page.
I am keying text in a textbox, which then gets (briefly) st
I am keying text in a textbox, which then gets (briefly) stored in XML before being displayed in a new IE(6) window.
The problem is most likely embedded in this sequence. It would help if you could elaborate the specifics of how this sequence is acheived.
The most common cause for this sort of problem is a mismatch in an understanding between what a client actually encodes a character as and what the server thinks the encoding is. The simplest solution to this is to place the accept-charset attribute on the form element which makes the character encoding of a post explicit.
The text posted in the stuff field will be encoded in utf-8.
The reason for some inconsitencies are:-