Posts by Ewerton Daniel • 11 points
1 post
-
-2
votes2
answers4963
viewsA: Issue with accentuation in CSV file export
I solved it simply $str = mb_convert_encoding($str, "iso-8859-15")
phpanswered Ewerton Daniel 11
1 post
-2
votes2
answers4963
viewsI solved it simply $str = mb_convert_encoding($str, "iso-8859-15")