Crud: Problem with accent

Created on 6 Feb 2018  ·  2Comments  ·  Source: Laravel-Backpack/CRUD

I have problem with accent, when show in backpack crud after inserted in DB, i can view correctly, but when receive data in my page out laravel obtain this: �

I have set in PHP in my all page this:

header("Content-Type: text/html;charset=utf-8");

and in html this

<meta charset="utf-8">

but not work.

Ask-It-On-Stack-Overflow

Most helpful comment

@snakom I guess you are having trouble with encoding.

Make sure everything is utf-8
Database, files, etc

Mysql has something called “collation”. Check that

All 2 comments

@snakom23 I cannot honestly figure out what you are asking, at all.

I'd invite you to ask on Stack Overflow or in our Gitter channel so that more people can help with whatever it is that seems to be the problem.

@snakom I guess you are having trouble with encoding.

Make sure everything is utf-8
Database, files, etc

Mysql has something called “collation”. Check that

Was this page helpful?
0 / 5 - 0 ratings