0

如何在 NSXMLParser 上使用特定的编码?

它默认在 utf-8 上,我想在 tis-620 上使用有什么想法吗?

4

1 回答 1

1

If there is a correct encoding info inside the xml (first line, e.g. <?xml version="1.0" encoding="UTF-8"?>) everything should work out of the box.

于 2010-01-19T12:10:09.060 回答