|
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.
VersionOne.SDK.Java.APIClient/src/main/java/com/versionone/apiclient/V1Connector.java
Line 320 in 45e1ccb
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.