How to convert MS Access database encoding to UTF-8?

后端 未结 4 1567
面向向阳花
面向向阳花 2020-12-19 06:27

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

4条回答
  •  春和景丽
    2020-12-19 07:09

    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

提交回复
热议问题