c#默认的文件保存格式是unicode,那到底是utf-8,还是utf-16?

2025-02-08 11:44:16
推荐回答(3个)
回答1:

应该是UTF-8吧

回答2:

you can use this to see what you get, System.Text.Encoding.GetEncoding(0)

I would think utf-16 is default.

回答3:

utf-8