Question Convert my database to UTF-8

ahchel

New Member
I'm going to convert my CP950 database to UTF-8 using PROUTIL.

Before that, I used PROUTIL CONVCHAR CHARSCAN to scan through the existing database to check any characters that do not appear in UTF-8. But it only returns
invoice.address - Warning: This field contains characters which can not be translated to the target codepage. (3965)

I have no clue of which records or which character is failed. How can I solve this?
Many many thanks.
 

cj_brandt

Active Member
Article Number 000040228

The message can be ignored if there are no fields listed below it in the form:

<tablename>.<fieldname>
 

ahchel

New Member
Thanks cj_brandt!
The message said "invoice.address", that is the "address" field in my "invoice" table has the conversion problem.
 
Top