關於Unity用streamWriter寫入gb2312格式的文件出現文件中斷

開發中用GB2312字符編碼(CP936)( C# Encoding.GetEncoding 編碼列表)將一些信息寫入文件中,在C#代碼中使用如下代碼:  string filePath = Application.dataPath + "/StreamingAssets/" + fileName + ".html";  StreamWriter sw = new System.IO.Stream
相關文章
相關標籤/搜索