Support for Japanese characters in db? |
12/18/2007 9:10:03 AM |
ASPRunnerPro General questions | |
C
chien_fu author
I have a database and I'm trying to input japanese characters into the cells. I using Access, and if I enter the characters directly into access it seems to work fine. But if I enter the info through the ASP Runner interface it turns into garbage. |
|
![]() |
Alexey admin 12/19/2007 |
Hi, cCharset = "..." session.codepage=... and change them to: cCharset = "Shift-JIS" session.codepage=932
cCharset = "utf-8" session.codepage=65001 |