Why some Chinese characters are transcoded when displayed?

Hi
When I was using flowable-ui-modeler, I found that if I filled out the name of the app model in Chinese language , it would be transcoded when displayed.
As shown in the following figure.


The code block in the app-definition.html as shown in the following

<h2>{{'APP.DETAILS.TITLE' | translate:model.app}}</h2>
How should I solve this problem? My flowable version is 6.1.2

hi!
are you chinese?
I got this problem too,and I found javascript bring it,but I would not like to fix it.

Hi.

This should be fixed with this PR https://github.com/flowable/flowable-engine/pull/541

Regards,

Yvo

1 Like

It works for me,thanks a lot!