Mysql store some emoticons: .
I have 2 Laravel version 5.2.10 & 5.1.23 (LTS), get data from Mysql with code:
return DB::table('table')->get();
In version 5.1.23 (LTS), it working fine, but with 5.2.10, it show "????".
By the way, the same error when insert emoticons between 2 version.
How to fix it? Thanks.