Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does my GUI front end or browser not display CJK characters correctly in my application using Access, PHP, or another API?

0
Posted

Why does my GUI front end or browser not display CJK characters correctly in my application using Access, PHP, or another API?

0

Obtain a direct connection to the server using the mysql client (Windows: mysql.exe), and try the same query there. If mysql responds correctly, then the trouble may be that your application interface requires initialization. Use mysql to tell you what character set or sets it uses with the statement SHOW VARIABLES LIKE ‘char%’;. If you are using Access, then you are most likely connecting with MyODBC. In this case, you should check Section 21.1.4, “Connector/ODBC Configuration”. If, for instance, you use big5, you would enter SET NAMES ‘big5’. (Note that no ; is required in this case). If you are using ASP, you might need to add SET NAMES in the code.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.