Programming Tutorials

Comment on Tutorial - Using UTF-8 in JSP / ASP / HTML pages. By Markus Kuhn



Comment Added by : Ayac

Comment Added at : 2011-10-31 10:58:21

Comment on Tutorial : Using UTF-8 in JSP / ASP / HTML pages. By Markus Kuhn
This all works fine, but when I read records from my MySQL datatable and want to Response.Write them on the page, my special characters become corrupted even though I have my tables in utf8 as a default and I send a "SET NAMES 'utf8'" before I query the database... where is the problem? I use the 3.1 ODBC for MySQL... could that be it? Let's try the 5.1...

View Tutorial