Questions tagged as 'htmlentities'

2
answers

Decode HTML entities in a string in Python

I'm using Python 3 to access a web API. The response of the requests comes in the JSON pattern and my problem is that one of the strings is encoded with HTML entities (specifically accent). For example: "orientação-a-o...
asked by 02.12.2014 / 19:59
1
answer

How do I convert text to HTML entities in a way compatible with CKEditor?

I need to do a textual search on a set of data produced by CKEditor. This editor converts text to HTML entities such as: Serviços oferecidos ---> Serviços oferecidos What I need, short-term, is that when the user enters a i...
asked by 18.11.2014 / 21:41
1
answer

Doubts Php htmlentities

This is just the will to learn, I put into production a site that has been working for some time. and I noticed that 'utf8_encode' worked on localhost but does not work in production now. Implemented the htmlentities and the result was inverse,...
asked by 17.03.2014 / 12:00
0
answers

Strip_Tags + htmlentities - No connection to the variable

I have the following problem. I have a database connection, which uses a function called $ FLD to bring the fields I want: $FLD="idfca, dtafca, solfca"; After this I'm posting $ FLD to a variable: var fld = "<? echo $FLD; ?>"; An...
asked by 23.02.2015 / 15:09