Hi,
I am using 5.17.0 version. When i use eclipse plugin or web modeler to create process definition with special turkish characters, there is no problem to deploy process, however, when i use table editor, it causes
com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 middle byte 0xfc.
Actually, Table editor saves the model, however, at the deployment step, it throws above exception.
In my opinion, there is a problem while converting the WorkFlowDefinition object to byte array with utf-8 encoding, because firstly the program converts to byte array and stores this byte array to database and then when it gets this byte array from database and converts the WorkFlowDefinition object with utf-8, it throws above exception because this byte array is not utf-8 encoded.
Do you test turkish characters with table editor?
I hope, I will express myself correctly.
Thank you for your help