UTF-8 Spanish not working in 1.1.6
Hi, I tried looking for this everywhere and no luck yet, I only saw the $charset = 'utf16'; suggestion for chinese and tried that with UTF8 but no luck, this what my database output looks like right now:
http://screencast.com/t/t9xcCbK9Wa
as you can see the HTML of the pages is ok, but the database is not... any idea? Thanks!!
This discussion has been closed.
Comments
Hi @adavila78,
Can you try
$charset = 'latin1'
and see if it works?Thanks.
Ben
Yup, that fixed it.
Thanks Ben!
You're welcome!