Hello,
I setup Camunda as a web-service in tomcat and connect to it via my .NET web application.
When I create comment on task with following rest API
POST /task/{id}/comment/create
with message in Unicode (Persian), for example “این نمونه است”
and I got the correct message in response request. Also the comment is saved in persian correctly in the camunda database.
But when I get the comment using this API
GET /task/{id}/comment/{commentId}
I got message as “?? ???”
I tried it with postman and got same result.
I also set the JAVA_TOOL_OPTIONS=“-Dfile.encoding=UTF-8” in tomcat but it does not solve it.
I am wonder what is the root of problem?
Can you file a bug report on GitHub for this issue? If you’re the bug filer, you will get notifications of comments, etc. and when the issue is resolved.