3
In my database are saved lines that are "read" by html, so are saved with tags and those characters that do not know the name =>  , é
etc...
the problem is that in my application I will use this text to put in a file. only that the text is going with tags and these characters.
how do I translate this   responsável pela integraç
to this end:
integration officer
is there a function for this? I’m using php.
I tried already utf8_encode()
and strip_tags ()
for tags strip_tags ()
worked.
utf8_decode()
also worked in this case, you can tell the difference?– Dobrychtop
@Dobrychtop very curious indeed. I am researching here if you want can create a new question.
– rray