apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

Japanese Character Mojibake #1737

Closed kaya-mikio closed 7 years ago

kaya-mikio commented 7 years ago

Environment details:

Steps to reproduce the issue:

  1. simply output Japanese character

Provide the expected results and outputs:

日本語文字化け

Provide the actual results and outputs:

???????

Additional information you deem important:

rabbah commented 7 years ago

I suspect this is a duplicate of https://github.com/openwhisk/openwhisk/issues/252. base64 encoding the response is one work around.

rabbah commented 7 years ago

Closing as duplicate. Confirmed bug that affects nodejs actions.