If I type in special characters into my text area and then run spellchecked, it runs fine but then replaces these with special character encoding. For instance, double quotes are replaced with & # 34. Is there a way to disable this?
Hello ladonnas,
Which Version and build of NetAdvantage are you using?
Volume 10.3 for .net 4.0 (10.3.20103.1013), but it has been happening in prior versions as well.
I am unable to reproduce the issue you are having. I don’t see any encoding when I run the spell checker against the text area which contains special characters like "",@,# ,$ etc.
I have attached the sample project I used to test this. Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.
It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.
Please let me know if I can provide any further assistance.
Note: Please include ig_res in your application before running the sample.
Hello,
Please let me know if you have any further questions regarding this matter.
I figured out it was this setting:
Me
.WebSpellChecker1.SpellOptions.AllowXML = False
Once I reset that to True, it stopped replacing special characters.