C# 中的自动编码检测
可能的重复:
确定 C# 中字符串的编码
许多文本编辑器(如 Notepad++)可以检测编码任意文件。我可以检测 C# 中文件的编码吗?
Possible Duplicate:
Determine a string's encoding in C#
Many text editorsr (like Notepad++) can detect encoding of arbitrary file. Can I detect encodoing of file in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
StreamReader 将尝试自动检测尝试读取时如果有 BOM 文件:
A StreamReader will try to automatically detect the encoding of a file if there's a BOM when trying to read: