pa3ck Posted September 2, 2015 Share Posted September 2, 2015 Hey. I have been working with MySQL for a long time now but I never seen this problem before. My charset is set to utf-8 but special characters like "űáúó" etc shows up in square and chinese character formats. I tried to set the collation to latin as well, but it didn't work. Link to comment
pa3ck Posted September 2, 2015 Author Share Posted September 2, 2015 Solved. This line did the trick: dbExec ( connectionHandler, "SET NAMES 'utf8'" ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now