I have in a $variable the following content: I would like the words "metallic" "plastic" "dimensions" to be normal. What should I use?
I resolved with html_entity_decode() the final code is like this: $descricao = html_entity_decode($descricao);
at the beginning of your file put the tag, <meta charset='UTF-8'>
– Victor
Friend, this is information being dealt with within a PHP function in the controller. I need to format this string correctly to build a JSON body.
– Inove Commerce
read this post https://pt.meta.stackoverflow.com/questions/5483/manual-de-como-n%C3%83o-fazer-perguntas/5485#5485
– user60252