html-spcecial-characters

How to Convert &&++%&#37 in html page to normal string?

I working in MFC and get the following code in html : &&++%&#37 actually it is &&++%% here is a table of specialcharacters, is there any API's to convert this special character string into normal ones? http://www.degraeve.com/reference/specialcharacters.php Writting such code myself seems not safe enough. I thinks ther...

jQuery, comments posted with quotes aren't working, otherwise it works great.

If I post a comment like "hello there dog" it works great, but if there are any special characters like ' or " the comment is posted successfully to the database but the jQuery code is not displaying the comment in the list. Thanks for any tips. function feedbacksubmit () { // Show the Ajax Loader $("#ajaxloader").css("display","inline...