Added all bugfixes from current state of RSParser. Except HTML entities are still decoded for title, abstract and body.

This commit is contained in:
relikd
2019-01-12 23:28:48 +01:00
parent 2732573003
commit ca9452bc18
5 changed files with 27 additions and 26 deletions

View File

@@ -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": @"-",