Hi all,
I have a problem where we are making our ASP web international character aware. I have made the changes in all the ASP pages to set the Response.CharSet and CodePage, Session.CodePage, and the page directive codepage also.
Users can now enter special chars (namely French accented ones, 0206) and I can store them into the DB correctly. However another page I have that reads that data and displays it pulls it in from Sybase as char 0215.
Does anyone know of anything I could be missing, any other directives or anything to tell ADODB to use utf-8 charset when talking to the DB.
I greatly appreciate any help any can give and if I've left out any info that's needed, just tell me and I'll append it.
Thanks again!
Bill Bryant