I am currently working on a legacy Classic ASP + MS-Access application. I recently converted all the .asp files to UTF-8 from ISO-8859 (Windows) encoding.
The proble
You may be able to write an Access UPDATE statement that uses the StrConv function to convert the text to Unicode.
See http://www.techonthenet.com/access/functions/string/strconv.php