bug:chinese encoding error
wunglee opened this issue · 2 comments
wunglee commented
from steamship import Steamship
instance = Steamship.use("PACKAGE_HANDLE", "INSTANCE_HANDLE", config={
"default_name": "王某"
})
print(instance.invoke("greet") #######. chinese encoding error
dkolas commented
Thank you for reporting! I've been able to reproduce locally. Will work on a fix.
dkolas commented
Hi again - just reporting that I have a backend fix in the works. Will close this issue once it's deployed to production.