MySql not storing foreign characters correctly

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-23T03:22:52Z Indexed on 2010/05/23 3:30 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mysql