Jump to content

MySQL accents not displaying properly


Reynolds_

Recommended Posts

I am trying to make a simple GUI with data queried from a MySQL table. The problem is that accents do not appear properly in the game:

QBVACktvAwMMU1sZEQVQ

This is the line for the sql conncetion:

  
gDbInstance = dbConnect( "mysql", "dbname=xxx;host=localhost", "xyx", "xxyxy", "charset=utf8" ) 
  

What can cause the issue and how am I able to resolve it?

I have all my tables and fields set to utf8_general_ci.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...