NSData *htmlData=[html dataUsingEncoding:NSUTF8StringEncoding];
TFHpple *htmlParser=[TFHpple hppleWithHTMLData:htmlData];
NSString *threadListXpathQuertString=@"//div[@id='postlist']/div";
NSLog(@"%@",threadListXpathQuertString);
NSArray *threadList=[htmlParser searchWithXPathQuery:threadListXpathQuertString];
html is a nsstring, when it runs at the last line code ,it occures error.
encoding error : input conversion failed due to input error, bytes 0x20 0x2D 0x20 0x44
encoding error : input conversion failed due to input error, bytes 0x20 0x2E 0x2E 0x2E
encoding error : input conversion failed due to input error, bytes 0x3C 0x2F 0x61 0x3E
encoding error : input conversion failed due to input error, bytes 0x3C 0x2F 0x61 0x3E
I/O error : encoder error Nodes was nil.