.  Configurationin importing/exporting files for certain countries

VPCART supports Double-Bytes characters when importing/exporting files for certain countries, e.g. China, Korea, Italy, Sweden, Thailand, Japan,etc.

 

You need to set the following configuration if your country is using double byte language :

xReadTextUTF8Filer

Set this to Yes to enable reading text file (*.txt) with theUTF8Filer method.

Make sure all your text files are saved in theUTF8 format.
If you are from countries using double byte language, such as
China, Korea, Italy, Sweden, Thailand, Japan,etc., please set to Yes.

Set this to No to enable reading text file (*.txt) with the FileSystemObject method.
You need to make sure all your text files are saved in theANSI format (normal saving).
If you are from countries using non-double byte language, such as USA, UK, Australia,
etc., please set to No.