We have an issue with the encoding.
The data received from the rest-services is encoded in UTF-8 and we can see the correct characters in the json like "ä", "ö", "ü" etc.
But in the Vaadin UI we see things like "Müller, Willi" which should be "Müller, Willi".
This happens independent from the system regional settings (I tried with German and UK).
We have an issue with the encoding. The data received from the rest-services is encoded in UTF-8 and we can see the correct characters in the json like "ä", "ö", "ü" etc. But in the Vaadin UI we see things like "Müller, Willi" which should be "Müller, Willi".
This happens independent from the system regional settings (I tried with German and UK).