Tagged Questions
The html-spcecial-characters tag has no wiki summary.
3
votes
1answer
59 views
How to remove encoded HTML tags from a string in PHP
A web service that I am accessing send the following response...
<strong>result</strong>
How can I strip the string of these encoded tags?
1
vote
2answers
217 views
json with special characters like é
I'm developing a dependent select script using jQuery, PHP and JSON as the response.
Everything goes well except for using special characters like French ones (é , è , à...)
if I pre-encode them ...
1
vote
3answers
160 views
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 ...
1
vote
1answer
336 views
How to Convert &&++%% in html page to normal string?
I working in MFC and get the following code in html :
&&++%%
actually it is &&++%%
here is a table of specialcharacters, is there any API's to convert this ...
0
votes
1answer
64 views
What's the Right Way to Store and Display Special Characters in Django?
I'm parsing some HTML using Beautiful Soup, and occasionally the HTML it returns includes some special characters, such as — (long dash) and ® (register symbol).
I'm currently ...
0
votes
1answer
89 views
Flex & MySQL: Escaping in Order to Prevent SQL Injection
I'm using Zend AMF remoting in a Flex 3 project. How do I ensure that the parameters that my Flex app sends to my php doesn't result in SQL Injection or other security problems.
How do I make the ...
0
votes
3answers
248 views
XSLT Transform with Character 8221
I'm transforming an XML document using javax.xml.transform.Transformer and XSLT. The document contains the characters “ and ” (Java Integer Code 8220 and 8221). These are not the normal quotation ...