detect encoding and trim invalid characters before parsing xml (#60)

This commit is contained in:
Athou
2013-04-23 07:20:21 +02:00
parent 9cb56557be
commit 64747881de
3 changed files with 42 additions and 8 deletions

View File

@@ -238,6 +238,11 @@
<artifactId>rome-opml</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.juniversalchardet</groupId>
<artifactId>juniversalchardet</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>