0
I’m having a problem with Laravel’s coding.
I have tried changing in php.ini(charset=ISO-8859-1).
I’ve been in the script header.php file I’m using trying to change the charset and also could not.
0
I’m having a problem with Laravel’s coding.
I have tried changing in php.ini(charset=ISO-8859-1).
I’ve been in the script header.php file I’m using trying to change the charset and also could not.
Browser other questions tagged php laravel
You are not signed in. Login or sign up in order to post.
Have you tried changing to UTF-8? You also tried to use the <meta charset="UTF-8"> tag inside the <head></head> tag of your file?
– Rafael Withoeft
didn’t work!.
– Feliphe Felix
I did a quick search and found these two situations: [http://laravel.io/forum/07-30-2014-problem-with-utf8-or-unicode] and [http://stackoverflow.com/questions/18364979/laravel-4-seeding-accents] I hope it helps with your problem...
– Rafael Withoeft
Partner, the information that is giving problem is coming from some database or is directly in the code???
– Thomas Lima