Could someone give me a hand here?
I have setup and trained my model in Chinese (zh) and from RASA shell, I was able to see the response returns properly in Chinese.
Yet, when I used CURL to interact with RASA server, while there is response, the Chinese character did not get displayed properly.
My command is as the following: curl -H “Accept-Language: zh-TW,zh” -H “Content-Type:application/json; charset=utf-8” “http://localhost:5005/webhooks/rest/webhook” -d ‘{“sender”:“default”,“message”:“hi”}’
Many thanks,
WK