Page 1 of 1

Workflow does not support Chinese

PostPosted:Tue Dec 12, 2017 8:28 am
by newych
Hello community,
I am developing work flow for my client in Chinese. We start from very simple process just, we use English inside Diagram with Start, task node and End, user can see the Start, task node and End at Process Image in openKM. After replace English with Chinese, there is nothing show inside "Process Image" tag.
We use OpenKM with Chinese package, user can review Chinese document, menu display in Chinese correctly. This issue only exist in workflow. We use OpenKM's Java EE IDE to develop workflow. I also attach two image from my current develop IDE and production result.
Can anyone tell me how to fix this issue. Thanks in advance.

Karl

Re: Workflow does not support Chinese

PostPosted:Thu Dec 14, 2017 7:53 am
by jllort
You set the codification of the project as UTF-8 ? or inherit from container, not a good idea if you are on windows. Take a look into the .par file ( really is a zip file that you can uncompress an take a look into generated files ).
support_162.png
support_162.png (74.91 KiB) Viewed 3494 times

Re: Workflow does not support Chinese

PostPosted:Sat Dec 23, 2017 5:56 pm
by newych
Hello jllort,

Thanks for help, i will give your suggestion try, and update my test result.
Sorry for reply late as i am on the way recently.

Karl

Re: Workflow does not support Chinese

PostPosted:Mon Dec 25, 2017 12:45 am
by newych
Hello jllort,

I changed Text file Encoding to "UTF-8", the problem still exist.
Based on my watching, looks work flow change the Chinese text into a picture instead of Unicode. Am i right?

Re: Workflow does not support Chinese

PostPosted:Fri Dec 29, 2017 10:02 am
by jllort
Take a look into the generated xml file ( open with geany editor or similar ). Also must check that into the par file you have included the image ( you have to choose what files are included into the par project, classes and resources, might be you have missed some step ), otherwise is not shown, might be this is the real issue.