|
data = new InputStreamReader(entity.getContent()); |
Not sure the full reason why, but the prior versions of the SDK specifically read the content as UTF-8, the new code dropped this, and is causing encoding problems when reading content. Old SDK continues to work. For example, reading a story that contains an empty line in its description will show encoding problems using the new SDK vs older.