Export To CIM with UTF-8

tuyennguyen

New Member
Hi All,

I use export to cim add-ins to create CIM files with utf-8 (Vietnamese), but the generated cim file does not have utf-8.
This leads to program 36.15.1 not receiving data.
help, pls.
excel:
1736136715185.png
cim:
1736136761816.png
1736136942338.png
 
Output the file in batch mode (or via an AppServer) and and have the following client start up parameters.

-noutf8warning -cpstream UTF-8 -cpinternal UTF-8
 
Back
Top