Delphi dbExpress and Interbase: UTF8 migration steps and risks?

前端 未结 8 1960
鱼传尺愫
鱼传尺愫 2020-12-17 04:09

Currently, our database uses Win1252 as the only character encoding. We will have to support Unicode in the database tables soon, which means we have to perform this migrati

8条回答
  •  无人及你
    2020-12-17 04:59

    Problem: exporting metadata and table data for a WIN1252 database will create a CP1252 encoded file, but for the import, a UTF8 file is required (tested with IBExpert)

    Symptom: errors in the script import to InterBase

    Solution: use iconv to convert the script file to UTF8

提交回复
热议问题