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.

learn more… | top users | synonyms (2)

0
votes
1answer
37 views

How can Unicode and html entities be normalized for processing markup using Perl v5.8.8?

We are using Perl version 5.8.8. I believe it has some Unicode (UTF-8) support but am not convinced that it's reliable. What is the best option using Perl 5.8.8 to process and preserve data ? What ...
-1
votes
1answer
44 views

Send special characters with email()

I don't understand what I'm doing wrong. I have a contact form that send the message with this code: $SUCCESS = mail( $EMAIL_TO, "Richiesta informazioni", "Questo messaggio e' stato ...
0
votes
2answers
26 views

Not all eligible encoding using htmlentities

I am using PHP 5.3.6 and and using HTML entities to encode some POST data. However, parenthesis and % are not encoding to their equivalent entity. We have been told by the web security team that ...
0
votes
1answer
32 views

Php html is printing as it is on the page

I have and html string like this : <div class="short-description"> <h2></h2> ...
1
vote
0answers
30 views

php e-mail to-field with strange characters

I'm having trouble getting my code in PHP to send out emails to persons with special characters in their names, like é à ö. Here's the snippet of the coding: $firstname = ...
0
votes
0answers
20 views

How to enable linebreak, mysql_escape_string and htmlentities at the same time?

I am creating something like a facebook wall (post commenting system) mysql_real_escape_string(htmlentities($_POST['wallcomment'])); I store the result return by the above code in the tables, when ...
1
vote
1answer
30 views

JSON not picking up <br>

I have a webpage which uses JSON files for content, but for some reason, not all JSON elements are picking up the html entity <br>and I cannot figure out why... "pages": [{ "title": ...
0
votes
1answer
19 views

How to force CKEditor to use HTML Numbers instead of special Characters

How can I force CKEditor to automatically convert special Characters to HTML Numbers? For example when I write 6% in the editor and then look at the source code I get <p>6%</p> but what ...
0
votes
2answers
43 views

Is it possible to escape &amp; &apos; present in database?

The data retrieved from database has &amp; or &apos;. How do I escape and show as & or ' without using gsub method?
-1
votes
1answer
26 views

Encode string as HTML in Ruby with tags intact [duplicate]

How do I encode strings to HTML but keep the tags intact? eg <div id='blah'>I am a brown fox > > </div> becomes <div id='blah'>I am a brown fox &gt; &gt; ...
1
vote
2answers
84 views

How do I find the string index of a tag (an element) without counting expanded entities?

I've got a large piece of text which I want to be able to select, storing the selected part by its startindex and endindex. (For example, selecting or in word would give me startindex 1 and endindex ...
0
votes
1answer
35 views

Is htmlspecialchars() used for all applications when suspect content is put on a page?

I understand that I should use htmlspecialchars() when displaying user provided content as HTML on a page. Does that apply for other content such as JavaScript, CSS, value of an <INPUT>, etc? ...
0
votes
1answer
23 views

Filtering <iframe> src attribute

I have a website that allows the user to embed their videos using <iframe> tags such as . <iframe width="560" height="315" src="http://www.youtube.com/embed/se2P7hjPanE" frameborder="0" ...
2
votes
2answers
34 views

Filtertering HTML tags

Is there any way to filter all html tags EXCEPT some tags of my choice like <strong>, or <b>, <i>? I know htmlentities would do the job but it will filter all of HTML tags.
-1
votes
1answer
42 views

What is better for user experience strip_tags or htmlentities in php?

I have a web form that asks users for article name and the author of article. At the php backend in order to prevent malicious scripts I have two options - Use strip tags to prevent any tags user ...
-2
votes
1answer
41 views

SimpleXML & html entities = strange characters

I am getting a feed as such.. $posts = new SimpleXMLElement(WP_ROOT_URL . 'feed/', 0, true); In this feed one of the items I am getting contains a html entity, which is the entity for the "hyphen ...
0
votes
1answer
57 views

Scrape using Beautiful Soup preserving &nbsp; entities

I would like to scrape a table from the web and keep the &nbsp; entities intact so that I can republish as HTML later. BeautifulSoup seems to be converting these to spaces though. Example: from ...
3
votes
2answers
125 views

PHP $_POST doesn't take accents

This question is solved, check my answer to see the solution I'm trying to add to my DB a text with accented letters through an html form that submits with POST to a PHP page, the problem is that ...
0
votes
0answers
22 views

How do HTML entities in the alt or title attirbute of an image affect tool tips and audio user agents?

BACKGROUND I was given text from a copywriter which contained a lot of © . So in Sublime Text Editor, I did a Search and replace with: &copy; A lot of the text was already added to the images ...
3
votes
2answers
91 views

Characters not displaying correctly on a UTF-8 website

I've done everything I can think of, but special characters are not displaying correctly on this webpage. For example, in the database it's: But on the site it's: Nouveaux R�alistes Here's ...
0
votes
2answers
66 views

Decoding full text with PHP

I have output that I need to be decoded, it's passed into the PHP page as such: &lt;img src=&#039;http://freetopwallpaper.com/wp-content/gallery/puppy-pic/puppy wallpaper-hd-19.jpg&#039; ...
3
votes
1answer
79 views

Why are HtmlEncode and HtmlDecode not isomorphic in .NET?

I find this surprising, and rather annoying. Example: Decode(&rdquo;) => ” Encode(”) => ” Relevant classes: .NET 4: System.Net.WebUtility .NET 3.5: System.Web.HttpUtility I ...
0
votes
0answers
70 views

java utf-8 to decimal

Requirement is to read a file. Base on few rules, modify text and write them into a different file. Source file is of UTF-8 format and all special characters needs to be converted to an HTML entity ...
0
votes
1answer
89 views

Bullet “•” in XML

Similar to this question I am consuming an XML product that has some illegal chars in it. I seriously doubt I can get them to fix the problem, but I will try. In the meantime I'd like a work-around. ...
0
votes
0answers
24 views

jQuery + XML and for()

I am making a website with portions of the page updated with XML. Most of the DOM scripting is accomplished with jQuery however to parse the XML I am using a for() loop. Is there are more native way ...
-1
votes
6answers
71 views

unable to use HTML symbol inside php code [closed]

I have created a little code to be put inside the <title> tags, of my Wordpress website, to echo a certain title depending on which page the visitor is. Here's the code: <title> ...
2
votes
1answer
169 views

How to do case-sensitive find & replace in Excel file with Powershell

I want to use Powershell to find special characters (like Greek letters) in an Excel document and replace them with HTML entities. My script looks like this: $file = "C:\Path\To\File\test.xls" $xl = ...
0
votes
2answers
99 views

jQuery .append() not rendering html entity

I have a variable with html in it like this: var html = '<div>Hello, you&#39;re awesome!</div>'; I want to append it to an element $("body").append(html) for some reason it's not ...
0
votes
2answers
63 views

Optional line-breaking HTML entity that is always invisible

I want an optional line-breaking character that is always invisible that works with the word-wrap: break-word; CSS style. Here are some specifics. My goal is to break apart long links in reasonable ...
0
votes
1answer
33 views

Unwanted replacement of html entities by BeautifulSoup

I have some html containing mml that I am generating from Word documents using MathType. I have a python script that uses BeautifulSoup to prettify it, but the problem is it takes something like ...
0
votes
1answer
47 views

Converting wacky chars to UTF-8 code reference

I'm using pbkdf2(), and I need to print its output to debug an error. it generates strange string like "�O� BIa���!J��". Neither htmlentities() or htmlSpecialChars() are able to convert these chars ...
4
votes
1answer
71 views

PHP htmlentities not working even with parameters

Of course this has been asked before and have searched for solutions, all which have not worked thus far. I want to change out the TM symbol and the ampersand to their html equivelents by using ...
0
votes
3answers
72 views

Special Characters In Php and MySQL

I've got a problem with some specials characters in PHP. I have a table in mysql (utf8_hungarian_ci) that contains some text with special characters like á, á, Ó, Ö, ö, ü, and I would like to show ...
2
votes
1answer
64 views

PHP OWASP TOP 5 - Protection against Cross-site scripting (XSS) list item 4 and 5

At https://www.owasp.org/index.php/PHP_Top_5#How_to_Determine_if_you_are_Vulnerable_2 link, under title P2: Cross-site scripting > How to Protect Against It; in item 4 and 5 it's written that: item ...
1
vote
2answers
48 views

PHP include() creates unwanted gaps in HTML

I have a document that includes a header (menu) and a footer in PHP: <?php include('header.php'); ?> <?php include('footer.php'); ?> For some reason when opened on the browser it ...
0
votes
1answer
89 views

Knockout: Decoding html entities in an input field

I have a web app that allows users to submit and save HTML. The user types in the html s/he wants to use into several different fields. Some are text input elements and some are textarea elements. ...
0
votes
1answer
97 views

On server side URL parameter value after encode/decode looks 'strange'. Why?

On client side (in Browser) URL looks like this one: http://www.google.com?param1=Name1%3DValue1 it means, that parameter param1 has value Name1=Value1 On Server Side, I see, that param1 has value ...
0
votes
1answer
65 views

Setting HTML tag attribute with value containing HTML enitity, via knockoutjs

How can I set the title attribute of an HTML tag via knockoutjs in a way that will cause any HTML entities in the tag contents to be evaluated and displayed (i.e. not escaped)? Example: <div ...
1
vote
2answers
80 views

Encode HTML entities

I am parsing some data from feedburner of which contains HTML entities. I am trying to encode the HTML entities using jQuery as such: var encodedStr = data['1']['result']['content']; // content with ...
0
votes
3answers
86 views

Decode HTML entities with Regex

I've a large amount of encoded text, like this: &#60;div id&#61;&#34;readingPaneContentContainer&#34; class&#61;&#34;ClearBoth&#34; cmp&#61;&#34;cmp&#34; ...
1
vote
1answer
53 views

How can I prevent Mojolicious from character-escaping stash data?

I am trying to send HTML to a template in Mojolicious and am finding that the html is getting replaced with safe strings somewhere along the way. $self->stash(portalHeaderHtml => ...
-2
votes
3answers
63 views

Unable to save text to database with 'body' => htmlentities($_POST['body']) on server, but on localhost it works

I have an array called $data and I am sending this data to my db insert method. This works nice when used with: 'body' => $_POST['body'] However, when I try: 'body' => ...
0
votes
1answer
37 views

Sinatra / HAML - how can I use html_safe functionality?

I am getting this error. This is the line causing the problem; I'm trying to display html entities. %p= html_escape("&#10004") I understand html_safe is not available in Sinatra. What can I ...
1
vote
1answer
177 views

HtmlDecode dont work using Razor MVC inside html attribute

I´m trying to write the word Márcia in html using MVC4 / Razor on view but the result is wrong like: <span title="M&#225;rcia">Márcia</span> Note: the word inside the tag SPAN ...
0
votes
5answers
58 views

Encoding issue with XML

I'm having an issue where the following HTML is stored in my database: Carer £4.20 per person<br /> And is being output to XML with DOMDocument, as follows: $content = ...
0
votes
3answers
117 views

How to retrieve currency symbol from database using php?

I have a customer database and i m retrieving customer's company name from one of the tables (cache_cust).I am saving 'company_name' in this format e.g Mr €2 , Mr €1 , £ land etc. These currency ...
0
votes
1answer
69 views

Struts 2 Display Issue with Spanish Text

I have a Struts 2 application which has a Spanish property file used by Struts s:text tags. However, the resulting pages in the web browser have gibberish characters in them like this: Contraseña: ...
0
votes
0answers
102 views

php how to use stripslashes and htmlentities to prevent breakdown into ASCII with UTF-8

I was asking about the way to properly maintain characters from appearing in ASCII once the email is dispatched from the PHP email script. For example, if an email is sent with the following subject: ...
1
vote
3answers
154 views

Why non-break space (&nbsp;) is converting to dash character (-)

I'm creating an HTML newsletter and I need to show some empty anchor links with specified height, width and block-level display but Gmail seems to remove empty <a> links so I put &nbsp; in ...
1
vote
1answer
52 views

How to escape HTML entities?

How can I display HTML entities as their HTML representation, not as the equivalent Unicode character? If I have &#x0902; and I want it to display as &#x0902; on my page instead of displaying ...

1 2 3 4 5 13