My DMN decision table uses German umlauts in it's label, e.g. like this:
<input id="Bedingung_1" label="Länge">
Rule file attached.
In Camunda Cockpit this label is not displayed correctly as the column header of the condition. It is displayed correctly when looking at the instance values.
See attached screenshot.
The XML file attached was created by another application.
The file is read into an byte[] fileContent and then deployed using the Java-API:
But as the umlauts are there on different views in camunda cockpit (lower part of screenshot 1 and screenshot 2) it cannot be a problem of deploying.