You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eeichinger
changed the title
default resultset response parsing to UTF-8 instead ISO-8859-1
Default xml result-set response parsing to UTF-8 instead ISO-8859-1
Jul 13, 2016
Currently HTTP responses are parsed using iso-8859-1. This can be worked around by explicitly stating the charset in the response content-type:
use utf-8 as default to follow the principle of least surprise
The text was updated successfully, but these errors were encountered: