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.

Is there a faster way to decode html characters to a string than Html.fromHtml()?

I am using Html.fromHtml(STRING).toString() to convert a string that may or may not have html and/or …

android html string decode html-entities
Correct PHP method to store special chars in MySQL DB

Using PHP, what is the best way to store special characters (like the following) in a MSQUL database, to avoid …

php mysql sql-injection html-entities html-encode
Rspec testing for html entities in page content

I'm writing a request spec and would like to test for the presence of the string "Reports » Aging Reports". I …

ruby-on-rails ruby rspec html-entities
Converting named HTML entities to numeric HTML entities

Is there a PHP function to convert named HTML entities into their respective numeric HTML entities? For example: $str = "Oggi &…

php unicode html-entities
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 …

php python html-entities htmlspecialchars
How to convert all characters to their html entity equivalent using PHP

I want to convert this [email protected] to hello@domai&…

php string utf-8 encode html-entities
PostgreSQL replace HTML entities function

I've found this very interesting function on internet: CREATE OR REPLACE FUNCTION strip_tags(TEXT) RETURNS TEXT AS $$ SELECT regexp_…

html postgresql replace html-entities character-entities
Resolving html entities with NSXMLParser on iPhone

I think I read every single web page relating to this problem but I still cannot find a solution to …

iphone parsing nsxmlparser html-entities
How to get MVC model strings as plain text in views

I'm sending a model to a view that have strings. Those strings are html encoded and I do not need …

javascript asp.net-mvc razor html-entities html-encode
HTML entities and charset in IE

I am displaying html entity ✓ (a check mark: ✓) in an html document that uses iso-8859-1 for the character …

internet-explorer character-encoding entities html-entities iso-8859-1