如何从文件中读取希伯来语文本
我想从文件中读取希伯来语文本到 nsstring 对象,我知道代码行:
NSString *text=[NSString stringWithContentsOfFile:路径编码:编码错误:NULL];
我不知道它必须是什么类型的文件:rtf、xml 或其他文件 以及我必须对希伯来语使用哪种编码
I want to read a text of hebrew from a file to nsstring object,I know the code line:
NSString *text=[NSString stringWithContentsOfFile:path encoding:encoding error:NULL];
i dont know what kind of file it have to be:rtf,xml or something else
and what kind of encoding I have to use for hebrew
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UTF-8 是您想要的正确编码。
http://www.alanwood.net/unicode/hebrew.html
UTF-8 is the proper encoding you want.
http://www.alanwood.net/unicode/hebrew.html