Added all bugfixes from current state of RSParser. Except HTML entities are still decoded for title, abstract and body.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSString *)rs_stringByDecodingHTMLEntities {
|
||||
- (NSString *)rsxml_stringByDecodingHTMLEntities {
|
||||
|
||||
@autoreleasepool {
|
||||
|
||||
@@ -315,7 +315,7 @@ static NSDictionary *RSEntitiesDictionary(void) {
|
||||
@"#255": @"ÿ",
|
||||
@"#32": @" ",
|
||||
@"#34": @"\"",
|
||||
@"#39": @"",
|
||||
@"#39": @"'",
|
||||
@"#8194": @" ",
|
||||
@"#8195": @" ",
|
||||
@"#8211": @"-",
|
||||
|
||||
Reference in New Issue
Block a user