Top "Html-entities" questions

HTML entities provide a method of entering characters that cannot be expressed in the document's character encoding or that cannot easily be entered on a keyboard.

• doesn't work in IE?

Is that not an acceptable HTML code to use when designing pages? It renders correctly in Chrome, Safari, Firefox, Opera, …

html internet-explorer html-entities
Can I use unencoded ampersands (&) in html?

I'm building a website where I have to work with less then perfect masterdata (I guess I'm not the only …

html html-entities ampersand
Alternative to System.Web.HttpUtility.HtmlEncode/Decode?

Is there any 'slimmer' alternative to the System.Web.HttpUtility.HtmlEncode/.Decode functions in .net 3.5 (sp1)? A separate library is …

.net entities html-entities
Prevent jQuery from escaping html entities

I have some simple html editor. Let's say that user types following: <p>Ok, this just &amp; …

jquery escaping html-entities
Document.write(<script>) throws Unexpected token "ILLEGAL"

Before you ask, I already searched a lot in Stack Overflow and I google it thousand times. Any other case …

javascript html-entities html-escape-characters
How to filter results with special characters using jQuery DataTables plugin?

I am using the jQuery DataTables plugin in my application, and many of my table rows and filters have special …

php jquery special-characters datatables html-entities
How to add a copyright symbol in reason-react component?

I’m new to reason-react. I’m trying to put a copyright symbol in a react-reason component. I've tried <…

unicode html-entities reason bucklescript reason-react
PHP htmlspecialchars is not working

<?php $new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES); echo $new; ?> output should …

php html-entities
how to make Nokogiri not to convert &nbsp; to space

i fetch one html fragment like "<li>市&nbsp;场&nbsp;价" which contains "&nbsp;", but after calling …

ruby nokogiri html-entities
filter_var vs htmlentities vs htmlspecialchars

Disclaimer This is not a question about whether we should be escaping for database input. This is strictly looking at …

php escaping html-entities htmlspecialchars filter-var