Archived Forum Post

Index of archived forum posts

Question:

how to save csv with japanese character using chilkat

Mar 24 '17 at 11:56

I want to save csv file after modifying it with some japanese character but japanese character is showing properly.

success = csv.SaveFile2(newCsvFile, "UTF8");

it is not working.

give me some solution please.