I create a mysql database in my application,and it is name with Chinese.
Qt Code:
  1. QString dataBaseDir=mysqlDir+DatabaseName;//DatabaseName(In Chinese)
  2. if(!dir.mkdir(dataBaseDir)){....}
To copy to clipboard, switch view to plain text mode 
When I connect the database,I get the following error:Unknown database '????' QMYSQL:Unable to connect.Please help me.