Capture and insert Unicode text (Cyrillic) into MS access database
问题 I inherited an old web application, that is writing data collected in a form into an Access 2007 database using classic ASP. Now they need it to be able to collect input in the Cyrillic alphabet. I'm completely unfamiliar with code page/ char sets, and working with non latin alphabets. I've tried altering the charset on the entry form page to ISO-8859-1 , which does seem to store the ascii value of the characters (eg: #1076;). So that is interpreted and read by the browser fine, but is pretty