Posts by Mateus Reginaldo • 91 points
3 posts
-
0
votes1
answer35
viewsA: Glyphicons go missing in the IE 10
Enter and test with the meta tag: <meta http-equiv="X-UA-Compatible" content="IE=10" /> It is valid to remember that this meta tag comes before other tags, for example: <meta…
-
3
votes3
answers1461
viewsA: Problems with PHP encoding in UTF-8
Maybe help someone, I was in trouble at AJAX. I was using in php: *header('Content-Type: text/html; charset=utf-8');* I switched to: *header('Content-type: text/html; charset=iso-8859-1');*…
-
6
votes6
answers57963
viewsA: How to convert UTF-8 characters in PHP
Maybe help someone, I was in trouble at AJAX. I was using in php: *header('Content-Type: text/html; charset=utf-8');* I switched to: *header('Content-type: text/html; charset=iso-8859-1');*…