While using web_reg_save_param_xpath with JsonXml DFES; the 2-byte characters the the response are not handles properly e.g.
Response JOSN
"TranslatedTemplateName": "名前 名前 名前 名前",
Converted to
<pair type="str" name="TranslatedTemplateName">Ã¥Ã¥â\x80° Ã¥Ã¥â\x80° Ã¥Ã¥â\x80° Ã¥Ã¥â\x80°</pair>
Is there a setting to handle this?