1
I don’t know if the right word is buffer but how do you make Javascript code "clean" that way:
({"content":"<div id=\"_sub-item\">Espere, ser\u00e1 exibido ap\u00f3s o carregamento dos itens.<\/div>"
You see that it anchored all " and encoded ready to display to the browser?
How do you do this with PHP?
utf8_encode()
andutf8_decode()
tried that?– rray
@rray does not return as expected
– Elaine
That’s a sure json?
– rray
@rray I believe that yes, it has to have that same effect?
– Elaine
Accept any answer if you solved the problem.
– rray