Closed GoogleCodeExporter closed 9 years ago
I was able to add these conversions to RssFeedParser.java using the simple
String
replacer:
text = replace(text, "’", "'");
text = replace(text, "“", "\"");
text = replace(text, "”", "\"");
Original comment by tlaukka...@gmail.com
on 12 Oct 2006 at 7:37
Original issue reported on code.google.com by
tlaukka...@gmail.com
on 8 Oct 2006 at 5:41Attachments: