NSXmlParserfoundCharacters方法不是一次性读取单词吗?
当字符带有特殊字符(例如 København,这是一个丹麦语单词)时,NSXmlParserfoundCharacters 方法不会一次性读取字符串???
它将它从 ø 中分离出来并单独读取......
NSXmlParser foundCharacters method is not reading string in one time when characters coming with special characters like København which is a danish word???
It breaks it from ø and read it separately...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有什么问题?这是有记录的行为:
如果您希望捕获标签的全部文本内容,则必须捕获所有这些消息并将内容连接到字符串中。
What's your question? This is documented behavior:
If you wish to capture the entire textual contents of a tag, you'll have to catch all these messages and join the contents in a string.