Re: Chinese Charset is displayed as '????'
Hi all,
I have the similar problem.
My environment:
- MySQL 4.1.14
- Windows Server 2003 English
- IIS 6.0
- Using ASP.NET with VB.NET
- Odbc 3.51.12
In my case, I need to store Chinese and Korean data. When loading the data from the database to the web pages, the data becomes garbages (not ???, similar to the case of Andry Poernomo mentioned above).
I found that if I change the Windows Regional and Language Options -> Advanced -> Language for non-Unicode programs to "Chinese", then I can display Chinese correctly. If I change it to "Korean", then, as expected, Korean data can be read. However, it is not viable as it involves a reboot of the server.
Any new hints yet?
Thx