我不知道编码。我已经搜索了互联网,但答案太模糊了。我基本上想在字符串中存储日文字符并将实际字符写入文件。有任何想法吗?
StreamWriter sw_CSV = new StreamWriter("I:\\texto.txt", false, System.Text.Encoding.GetEncoding(932));
sw_CSV.WriteLine("設定,HELLO,設定");
sw_CSV.Close();
我已经尝试过这段代码,但它只将 Ý'è,HELLO,Ý'è 写入文件..