I am using CSVUtil to output CSV,
but when I open the downloaded CSV file, the Japanese characters are garbled.
@Dilmi AmarasinghaHi Dilmi
It seems you are using Excel to view CSV and Japanese character is garbled.This issue usually happened at Japanese Windows OS. Because Excel open CSV as Shift-JIS instead of UTF-8 by default.But it's OK, There is a flag named HasBOM, if you set it to True and output CSV.Excel will check the BOM of CSV File and then open CSV as UTF-8.
RegardsWei
Hi @Wei Zhu I am able to solve the error.
Thank you so much.
Hi Dilmi,
What encode mode are you using when outputting the CSV? It should be set to "UTF-8", and I found a post mentioning "\uFEFF" mode.
Hi @Beatriz Sabino
Iam using "UTF-8"