MySql not storing foreign characters correctly
- by acidzombie24
On SQLITE this way fine. I switch to mysql and instead of ??? i get ???. The column is TEXT or sometimes VARCHAR(255) (i believe its VARCHAR(255) in this case).
How do i have mysql save the characters properly?