ysjjovo commented on issue #4433: Controller does't return json with encoding header 'Content-Type=application/json; charset=utf-8' URL: https://github.com/apache/incubator-openwhisk/issues/4433#issuecomment-481496061 > The default encoding is utf-8 for json iirc. Which client are you using? 'InputStreamReader' class will use default charset if constructor don't pass charsetName,but default charset is't 'utf-8' in windows operating system of some other language country,such as chinese edition,it's 'GBK' by default.So we should provide it explicitly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
