如何从文件中读取希伯来语文本

发布于 2024-11-17 15:55:40 字数 173 浏览 2 评论 0原文

我想从文件中读取希伯来语文本到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倚栏听风 2024-11-24 15:55:40

UTF-8 是您想要的正确编码。

http://www.alanwood.net/unicode/hebrew.html

UTF-8 is the proper encoding you want.

http://www.alanwood.net/unicode/hebrew.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文