|
|
 |
Re: FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 17:04
Craig wrote:
> Hi there,
>
> I'm now getting desperate. Is there anyone out there with experience of
> using MySQL 5.0, ASP.NET VB V1.1 and ODBC 3.51 connector to drive a site
> that can potentially have European and Chinese (PRC) characters displayed.
>
Just a quick thought, MySQL does not by default create tables in UTF-8
format. Have you ensured that this is switched on? Basically check that
ASP.NET also understands that this stuff is UTF-8 and also ensure your
html states that this is UTF-8
That *should* solve the problem.
If it does, I'll email you address and you can send me a jar of marmite :)
|
 |
|