I am exporting data to CSV which may be in Japanese or English. Currently I am exporting it using Encoder UTF8Encoding.
I can see data in Japanese in the CSV file after exporting, but now I want to import this data to my application. Do I need to decode this? While importing I am getting data in the form of digits or other characters.