首页 > iOS 检测文本编码

iOS 检测文本编码

有个需求,需要正确显示文本文件内容,文本文件可以是多种编码方式。
请教下iOS上有什么好的方法。
Apple上提供了方法:
https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Strings/Articles/readingFiles.html#//apple_ref/doc/uid/TP40003459-SW4
这个不太好,有没有其他的

谢谢~


这个问题确实很难解决,对于不包含BOM的文件,通常需要编码探测,
请参考下面链接,希望可以帮到你:
http://stackoverflow.com/questions/90838/how-can-i-detect-the-encoding-codepage-of-a-text-file
http://www-archive.mozilla.org/projects/intl/UniversalCharsetDetection.html

【热门文章】
【热门文章】