关于Unity用streamWriter写入gb2312格式的文件出现文件中断

开发中用GB2312字符编码(CP936)( C# Encoding.GetEncoding 编码列表)将一些信息写入文件中,在C#代码中使用如下代码:  string filePath = Application.dataPath + "/StreamingAssets/" + fileName + ".html";  StreamWriter sw = new System.IO.Stream
相关文章
相关标签/搜索