Ello,
Having some weird problems. When I have inserted a special character e.g. » (double >'s) and I submit the document and save to a file I get what I expected.
If however I do any sort of conversion on this submitted string, or I save the output into an XML file, I get added characters.
I wrote a loop to go through the text I posted and normally it's fine, as soon as I do any concatenation on the characters in the loop, (e.g. print out the character I've posted followed by a new line) I find that I get these added characters. It's like they're hidden.
The one I seem to be getting most is this ã symbol.
I've gone through all the javascript and I see nowhere, where the HTMl is being modified to reflect this and my code certainly isn't adding it.
Any ideas???
Having some weird problems. When I have inserted a special character e.g. » (double >'s) and I submit the document and save to a file I get what I expected.
If however I do any sort of conversion on this submitted string, or I save the output into an XML file, I get added characters.
I wrote a loop to go through the text I posted and normally it's fine, as soon as I do any concatenation on the characters in the loop, (e.g. print out the character I've posted followed by a new line) I find that I get these added characters. It's like they're hidden.
The one I seem to be getting most is this ã symbol.
I've gone through all the javascript and I see nowhere, where the HTMl is being modified to reflect this and my code certainly isn't adding it.
Any ideas???