gpt4 book ai didi

c# - 将日语字符输入 CSV 文件 (C#)

转载 作者:太空宇宙 更新时间:2023-11-03 16:11:58 26 4
gpt4 key购买 nike

我想将日文字符串(”设定“”HELLO”“设定”)作为记录写入CSV文件。

我尝试使用这段代码但显示不正确:

StreamWriter sw_CSV = new StreamWriter(CSvFileName, false, System.Text.Encoding.Unicode);
sw_CSV.WriteLine("設定,HELLO,設定");
sw_CSV.Close();

谢谢,

最佳答案

尝试将编码更改为UTF-8

StreamWriter sw_CSV = new StreamWriter(CSvFileName, false, System.Text.Encoding.UTF8);

关于c# - 将日语字符输入 CSV 文件 (C#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17141521/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com