how do you echo them out into the view? should you not run an encoding/decoding function before displaying them?
Can you try with this into your public/index.php file
header("content-type: text/html; charset=UTF-8");
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community