I'm trying to move some Excel-Data to MySQL, but having troubles with encoding.
What I did:
In phpMyAdmin's view mode, the data is displayed correctly (it is using utf-8 as charset):
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
When I try to display the Data on my webpage, I get a hash with a question mark in it.
System-Info
Regards, Benedikt
I had a similar symptom, my solution was to add
'encoding' => 'UTF8'
to config/database.php
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With