Tagged Questions
The htmlentitydefs tag has no wiki summary.
6
votes
8answers
3k views
How to convert characters to HTML entities using plain JavaScript
I have the following:
var text = "Übergroße Äpfel mit Würmern";
I'm searching for a Javascript function to transform the text so that every special letter is represented by its HTML entity sequence ...
5
votes
7answers
5k views
Can I force JAXB not to convert " into ", for example, when marshalling to XML?
I have an Object that is being marshalled to XML using JAXB. One element contains a String that includes quotes ("). The resulting XML has " where the " existed.
Even though this is ...
4
votes
7answers
2k views
Is there a Python equivalent to the PHP function htmlspecialchars()?
Is there a similar or equivalent function in Python to the PHP function htmlspecialchars()? The closest thing I've found so far is htmlentitydefs.entitydefs().