fix #72 for iOS: support latin1 (iso-8859-1) encoded data

This commit is contained in:
Sefa Ilkimen
2018-02-13 15:03:05 +01:00
parent 441268586b
commit 53df68f154
5 changed files with 122 additions and 36 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 1.10.1
- Fixed #71: does not encode query string in URL correctly on Android
## 1.10.0
- Feature #34: add new serializer "utf8" sending utf-8 encoded plain text (thanks robertocapuano)